#8400CF

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

Shades of Dark Violet #8400CF

Tints of Dark Violet #8400CF

Color information

#8400CF (or 0x8400CF) is unknown color: approx Dark Violet. HEX triplet: 84, 00 and CF. RGB value is (132,0,207). Sum of RGB (Red+Green+Blue) = 132+0+207=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #8400CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8400CF is #7BFF30. Grayscale: #3E3E3E. Windows color (decimal): -8126257 or 13566084. OLE color: 13566084.

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

Color convert

RGB1320207-
CMYK0.36100.19
HSL278.26º100%40.59%-
HSV(B)278.26º100%81.18%-
XYZ20.789.4159.75-
YUV63.07209.23177.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 61.06%
R=38.94%
G=0%
B=61.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13202070.36100.19278.2610040.59
Hex840CF24640131166429
Octal20403174414402342614451
Binary1000010001100111110010011001000100111000101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8400CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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