#9C03BD

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

Shades of Dark Violet #9C03BD

Tints of Dark Violet #9C03BD

Color information

#9C03BD (or 0x9C03BD) is unknown color: approx Dark Violet. HEX triplet: 9C, 03 and BD. RGB value is (156,3,189). Sum of RGB (Red+Green+Blue) = 156+3+189=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03BD is #63FC42. Grayscale: #454545. Windows color (decimal): -6552643 or 12387228. OLE color: 12387228.

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

Color convert

RGB1563189-
CMYK0.170.9800.26
HSL289.35º96.88%37.65%-
HSV(B)289.35º98.41%74.12%-
XYZ22.9310.8149.02-
YUV69.95195.19189.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=44.83%
G=0.86%
B=54.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15631890.170.9800.26289.3596.8837.65
Hex9C3BD116201A1216126
Octal23432752114203244114146
Binary1001110011101111011000111000100110101001000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C03BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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