#8d4ceb

Color #8D4CEB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8D4CEB

Tints of Blue Violet #8D4CEB

Color information

#8D4CEB (or 0x8D4CEB) is unknown color: approx Blue Violet. HEX triplet: 8D, 4C and EB. RGB value is (141,76,235). Sum of RGB (Red+Green+Blue) = 141+76+235=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4CEB is #72B314. Grayscale: #707070. Windows color (decimal): -7516949 or 15420557. OLE color: 15420557.

HSL color Cylindrical-coordinate representation of color #8D4CEB: hue angle of 264.53º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D4CEB is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14176235-
CMYK0.40.6800.08
HSL264.53º79.9%60.98%-
HSV(B)264.53º67.66%92.16%-
XYZ28.5616.8380.34-
YUV113.56196.53147.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=31.19%
G=16.81%
B=51.99%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal141762350.40.6800.08264.5379.960.98
Hex8D4CEB284408109503d
Octal2151143535010401041112075
Binary100011011001100111010111010001000100010001000010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4ceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d4ceb; }

 p { color: rgb(141,76,235); }

 H1.HeaderClassName
 {
   color: #8d4ceb;
 }
 .AnyTagClassName
 {
   color: #8d4ceb;
 }
</style>
background-color css

<style>
 a { background-color: #8d4ceb; }

 a { background-color: rgb(141,76,235); }

 div.DivClassName
 {
   background-color: #8d4ceb;
 }
 .BgClassName
 {
   background-color: #8d4ceb;
 }
</style>
border-color css

<style>
 span { border-color: #8d4ceb; }

 span { border-color: rgb(141,76,235); }

 td.TdClassName
 {
   border-color: #8d4ceb;
 }
 .TagClassName
 {
   border-color: #8d4ceb;
 }
</style>