Html Css Color HEX #8414CE Dark Violet

📋 copy color: '#8414CE'

red 132 ◦ green 20 ◦ blue 206

#8414CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8414CE

Tints of Dark Violet #8414CE

RGB

 RED value IS 132 (51.95% from 255) = 36.87%

 GREEN value IS 20 (8.2% 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 value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8414CE (or 0x8414CE) is known color: 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

RGB 132 20 206 -
CMYK 0.36 0.90 0 0.19
HSL 276.13º 0.82% 0.44% -
HSV(B) 276.13º 0.9% 0.81% -
XYZ 20.91 9.86 59.19 -
YUV 74.69 202.11 168.88 -
System Red Green Blue C M Y K H S L
Decimal 132 20 206 0.36 0.90 0 0.19 276.13 0.82 0.44
Hex 84 14 CE 24 5A 0 13 114 52 2C
Octal 204 24 316 44 132 0 23 424 122 54
Binary 10000100 10100 11001110 100100 1011010 0 10011 100010100 1010010 101100

Color Harmonies of #8414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8414CE

Black with #8414CE

Text Example


Text Example

White with #8414CE

Text Example


Text Example

HTML Codes & Css Web 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>