#8404CD

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

Shades of Dark Violet #8404CD

Tints of Dark Violet #8404CD

Color information

#8404CD (or 0x8404CD) is unknown color: approx Dark Violet. HEX triplet: 84, 04 and CD. RGB value is (132,4,205). Sum of RGB (Red+Green+Blue) = 132+4+205=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #8404CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404CD is #7BFB32. Grayscale: #404040. Windows color (decimal): -8125235 or 13436036. OLE color: 13436036.

HSL color Cylindrical-coordinate representation of color #8404CD: hue angle of 278.21º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404CD is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1324205-
CMYK0.360.9800.20
HSL278.21º96.17%40.98%-
HSV(B)278.21º98.05%80.39%-
XYZ20.589.458.49-
YUV65.19206.91175.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=38.71%
G=1.17%
B=60.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13242050.360.9800.20278.2196.1740.98
Hex844CD24620141166029
Octal20443154414202442614051
Binary100001001001100110110010011000100101001000101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8404CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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