Html Css Color HEX #8400CE Dark Violet

📋 copy color: '#8400CE'

red 132 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #8400CE

Tints of Dark Violet #8400CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 39.05%
G = 0%
B = 60.95%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8400CE (or 0x8400CE) is known color: Dark Violet. HEX triplet: 84, 00 and CE. RGB value is (132,0,206). Sum of RGB (Red+Green+Blue) = 132+0+206=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #8400CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400CE is #7BFF31. Grayscale: #3E3E3E. Windows color (decimal): -8126258 or 13500548. OLE color: 13500548.

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

Color convert

RGB 132 0 206 -
CMYK 0.36 1 0 0.19
HSL 278.45º 1% 0.4% -
HSV(B) 278.45º 1% 0.81% -
XYZ 20.66 9.36 59.11 -
YUV 62.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 132 0 206 0.36 1 0 0.19 278.45 1 0.4
Hex 84 0 CE 24 64 0 13 116 64 28
Octal 204 0 316 44 144 0 23 426 144 50
Binary 10000100 0 11001110 100100 1100100 0 10011 100010110 1100100 101000

Color Harmonies of #8400CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8400CE

Black with #8400CE

Text Example


Text Example

White with #8400CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8400CE;
 }
 .AnyTagClassName
 {
   color: #8400CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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