#9C0AB7

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

Shades of Dark Violet #9C0AB7

Tints of Dark Violet #9C0AB7

Color information

#9C0AB7 (or 0x9C0AB7) is unknown color: approx Dark Violet. HEX triplet: 9C, 0A and B7. RGB value is (156,10,183). Sum of RGB (Red+Green+Blue) = 156+10+183=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C0AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0AB7 is #63F548. Grayscale: #484848. Windows color (decimal): -6550857 or 11995804. OLE color: 11995804.

HSL color Cylindrical-coordinate representation of color #9C0AB7: hue angle of 290.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0AB7 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15610183-
CMYK0.150.9500.28
HSL290.64º89.64%37.84%-
HSV(B)290.64º94.54%71.76%-
XYZ22.3710.745.69-
YUV73.38189.87186.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 183 (71.88% from 255) = 52.44%
R=44.70%
G=2.87%
B=52.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal156101830.150.9500.28290.6489.6437.84
Hex9CAB7F5F01C1235a26
Octal234122671713703444313246
Binary10011100101010110111111110111110111001001000111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,10,183); }

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

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

 a { background-color: rgb(156,10,183); }

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

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

 span { border-color: rgb(156,10,183); }

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