#9C03BB

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

Shades of Dark Violet #9C03BB

Tints of Dark Violet #9C03BB

Color information

#9C03BB (or 0x9C03BB) is unknown color: approx Dark Violet. HEX triplet: 9C, 03 and BB. RGB value is (156,3,187). Sum of RGB (Red+Green+Blue) = 156+3+187=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C03BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C03BB is #63FC44. Grayscale: #454545. Windows color (decimal): -6552645 or 12256156. OLE color: 12256156.

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

Color convert

RGB1563187-
CMYK0.170.9800.27
HSL289.89º96.84%37.25%-
HSV(B)289.89º98.4%73.33%-
XYZ22.7110.7247.89-
YUV69.72194.19189.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=45.09%
G=0.87%
B=54.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15631870.170.9800.27289.8996.8437.25
Hex9C3BB116201B1226125
Octal23432732114203344214145
Binary1001110011101110111000111000100110111001000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C03BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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