#8400CD

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

Shades of Dark Violet #8400CD

Tints of Dark Violet #8400CD

Color information

#8400CD (or 0x8400CD) is unknown color: approx Dark Violet. HEX triplet: 84, 00 and CD. RGB value is (132,0,205). Sum of RGB (Red+Green+Blue) = 132+0+205=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #8400CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400CD is #7BFF32. Grayscale: #3E3E3E. Windows color (decimal): -8126259 or 13435012. OLE color: 13435012.

HSL color Cylindrical-coordinate representation of color #8400CD: hue angle of 278.63º 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 #8400CD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1320205-
CMYK0.36100.20
HSL278.63º100%40.2%-
HSV(B)278.63º100%80.39%-
XYZ20.549.3158.47-
YUV62.84208.23177.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 60.83%
R=39.17%
G=0%
B=60.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13202050.36100.20278.6310040.2
Hex840CD24640141176428
Octal20403154414402442714450
Binary1000010001100110110010011001000101001000101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8400CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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