#8414CE

Color #8414CE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8414CE

Tints of Dark Violet #8414CE

Color information

#8414CE (or 0x8414CE) is unknown color: approx Dark Violet. HEX triplet: 84, 14 and CE. RGB value is (132,20,206). Sum of RGB (Red+Green+Blue) = 132+20+206=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8414CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414CE is #7BEB31. Grayscale: #4A4A4A. Windows color (decimal): -8121138 or 13505668. OLE color: 13505668.

HSL color Cylindrical-coordinate representation of color #8414CE: hue angle of 276.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8414CE is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13220206-
CMYK0.360.9000.19
HSL276.13º82.3%44.31%-
HSV(B)276.13º90.29%80.78%-
XYZ20.919.8659.19-
YUV74.69202.11168.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 20 (8.20% from 255) = 5.59%
BLUE value IS 206 (80.86% from 255) = 57.54%
R=36.87%
G=5.59%
B=57.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132202060.360.9000.19276.1382.344.31
Hex8414CE245A013114522c
Octal204243164413202342412254
Binary10000100101001100111010010010110100100111000101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8414CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8414CE; }

 p { color: rgb(132,20,206); }

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

<style>
 a { background-color: #8414CE; }

 a { background-color: rgb(132,20,206); }

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

<style>
 span { border-color: #8414CE; }

 span { border-color: rgb(132,20,206); }

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