#8400CC

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

Shades of Dark Violet #8400CC

Tints of Dark Violet #8400CC

Color information

#8400CC (or 0x8400CC) is unknown color: approx Dark Violet. HEX triplet: 84, 00 and CC. RGB value is (132,0,204). Sum of RGB (Red+Green+Blue) = 132+0+204=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #8400CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400CC is #7BFF33. Grayscale: #3E3E3E. Windows color (decimal): -8126260 or 13369476. OLE color: 13369476.

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

Color convert

RGB1320204-
CMYK0.35100.2
HSL278.82º100%40%-
HSV(B)278.82º100%80%-
XYZ20.419.2757.84-
YUV62.72207.73177.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=39.29%
G=0%
B=60.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13202040.35100.2278.8210040
Hex840CC23640141176428
Octal20403144314402442714450
Binary1000010001100110010001111001000101001000101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8400CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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