#8e1bd3

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

Shades of Blue Violet #8E1BD3

Tints of Blue Violet #8E1BD3

Color information

#8E1BD3 (or 0x8E1BD3) is unknown color: approx Blue Violet. HEX triplet: 8E, 1B and D3. RGB value is (142,27,211). Sum of RGB (Red+Green+Blue) = 142+27+211=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E1BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1BD3 is #71E42C. Grayscale: #515151. Windows color (decimal): -7463981 or 13835150. OLE color: 13835150.

HSL color Cylindrical-coordinate representation of color #8E1BD3: hue angle of 277.5º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1BD3 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14227211-
CMYK0.330.8700.17
HSL277.5º77.31%46.67%-
HSV(B)277.5º87.2%82.75%-
XYZ23.3111.2462.57-
YUV82.36200.6170.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 27 (10.94% from 255) = 7.11%
BLUE value IS 211 (82.81% from 255) = 55.53%
R=37.37%
G=7.11%
B=55.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142272110.330.8700.17277.577.3146.67
Hex8E1BD321570111164d2f
Octal216333234112702142611557
Binary10001110110111101001110000110101110100011000101101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,211); }

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

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

 a { background-color: rgb(142,27,211); }

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

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

 span { border-color: rgb(142,27,211); }

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