#8E2CDA

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

Shades of Blue Violet #8E2CDA

Tints of Blue Violet #8E2CDA

Color information

#8E2CDA (or 0x8E2CDA) is unknown color: approx Blue Violet. HEX triplet: 8E, 2C and DA. RGB value is (142,44,218). Sum of RGB (Red+Green+Blue) = 142+44+218=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E2CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CDA is #71D325. Grayscale: #5C5C5C. Windows color (decimal): -7459622 or 14298254. OLE color: 14298254.

HSL color Cylindrical-coordinate representation of color #8E2CDA: hue angle of 273.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2CDA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14244218-
CMYK0.350.8000.15
HSL273.79º70.16%51.37%-
HSV(B)273.79º79.82%85.49%-
XYZ24.7112.6167.46-
YUV93.14198.47162.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 218 (85.55% from 255) = 53.96%
R=35.15%
G=10.89%
B=53.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142442180.350.8000.15273.7970.1651.37
Hex8E2CDA23500F1124633
Octal216543324312001742210663
Binary10001110101100110110101000111010000011111000100101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,218); }

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

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

 a { background-color: rgb(142,44,218); }

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

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

 span { border-color: rgb(142,44,218); }

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