#9C04D4

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

Shades of Dark Violet #9C04D4

Tints of Dark Violet #9C04D4

Color information

#9C04D4 (or 0x9C04D4) is unknown color: approx Dark Violet. HEX triplet: 9C, 04 and D4. RGB value is (156,4,212). Sum of RGB (Red+Green+Blue) = 156+4+212=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 212 (83.20% from 255 or 56.99% from 372); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C04D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04D4 is #63FB2B. Grayscale: #484848. Windows color (decimal): -6552364 or 13894812. OLE color: 13894812.

HSL color Cylindrical-coordinate representation of color #9C04D4: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04D4 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1564212-
CMYK0.260.9800.17
HSL283.85º96.3%42.35%-
HSV(B)283.85º98.11%83.14%-
XYZ25.6411.9163.23-
YUV73.16206.36187.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 212 (83.20% from 255) = 56.99%
R=41.94%
G=1.08%
B=56.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15642120.260.9800.17283.8596.342.35
Hex9C4D41A6201111c602a
Octal23443243214202143414052
Binary10011100100110101001101011000100100011000111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C04D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C04D4; }

 p { color: rgb(156,4,212); }

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

<style>
 a { background-color: #9C04D4; }

 a { background-color: rgb(156,4,212); }

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

<style>
 span { border-color: #9C04D4; }

 span { border-color: rgb(156,4,212); }

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