#9C0FB2

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

Shades of Dark Violet #9C0FB2

Tints of Dark Violet #9C0FB2

Color information

#9C0FB2 (or 0x9C0FB2) is unknown color: approx Dark Violet. HEX triplet: 9C, 0F and B2. RGB value is (156,15,178). Sum of RGB (Red+Green+Blue) = 156+15+178=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #9C0FB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0FB2 is #63F04D. Grayscale: #4B4B4B. Windows color (decimal): -6549582 or 11669404. OLE color: 11669404.

HSL color Cylindrical-coordinate representation of color #9C0FB2: hue angle of 291.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0FB2 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15615178-
CMYK0.120.9200.30
HSL291.9º84.46%37.84%-
HSV(B)291.9º91.57%69.8%-
XYZ21.9210.6243.01-
YUV75.74185.71185.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=44.70%
G=4.30%
B=51.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156151780.120.9200.30291.984.4637.84
Hex9CFB2C5C01E1245426
Octal234172621413403644412446
Binary10011100111110110010110010111000111101001001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,178); }

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

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

 a { background-color: rgb(156,15,178); }

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

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

 span { border-color: rgb(156,15,178); }

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