#8E2BD4

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

Shades of Blue Violet #8E2BD4

Tints of Blue Violet #8E2BD4

Color information

#8E2BD4 (or 0x8E2BD4) is unknown color: approx Blue Violet. HEX triplet: 8E, 2B and D4. RGB value is (142,43,212). Sum of RGB (Red+Green+Blue) = 142+43+212=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E2BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BD4 is #71D42B. Grayscale: #5B5B5B. Windows color (decimal): -7459884 or 13904782. OLE color: 13904782.

HSL color Cylindrical-coordinate representation of color #8E2BD4: hue angle of 275.15º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2BD4 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14243212-
CMYK0.330.8000.17
HSL275.15º66.27%50%-
HSV(B)275.15º79.72%83.14%-
XYZ23.912.2363.39-
YUV91.87195.8163.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 212 (83.20% from 255) = 53.40%
R=35.77%
G=10.83%
B=53.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142432120.330.8000.17275.1566.2750
Hex8E2BD421500111134232
Octal216533244112002142310262
Binary100011101010111101010010000110100000100011000100111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,43,212); }

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

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

 a { background-color: rgb(142,43,212); }

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

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

 span { border-color: rgb(142,43,212); }

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