#9c03b5

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

Shades of Dark Violet #9C03B5

Tints of Dark Violet #9C03B5

Color information

#9C03B5 (or 0x9C03B5) is unknown color: approx Dark Violet. HEX triplet: 9C, 03 and B5. RGB value is (156,3,181). Sum of RGB (Red+Green+Blue) = 156+3+181=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #9C03B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03B5 is #63FC4A. Grayscale: #444444. Windows color (decimal): -6552651 or 11862940. OLE color: 11862940.

HSL color Cylindrical-coordinate representation of color #9C03B5: hue angle of 291.57º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C03B5 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1563181-
CMYK0.140.9800.29
HSL291.57º96.74%36.08%-
HSV(B)291.57º98.34%70.98%-
XYZ22.0810.4744.57-
YUV69.04191.19190.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 181 (71.09% from 255) = 53.24%
R=45.88%
G=0.88%
B=53.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15631810.140.9800.29291.5796.7436.08
Hex9C3B5E6201D1246124
Octal23432651614203544414144
Binary100111001110110101111011000100111011001001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c03b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,3,181); }

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

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

 a { background-color: rgb(156,3,181); }

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

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

 span { border-color: rgb(156,3,181); }

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