#9C0ABC

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

Shades of Dark Violet #9C0ABC

Tints of Dark Violet #9C0ABC

Color information

#9C0ABC (or 0x9C0ABC) is unknown color: approx Dark Violet. HEX triplet: 9C, 0A and BC. RGB value is (156,10,188). Sum of RGB (Red+Green+Blue) = 156+10+188=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ABC is #63F543. Grayscale: #494949. Windows color (decimal): -6550852 or 12323484. OLE color: 12323484.

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

Color convert

RGB15610188-
CMYK0.170.9500.26
HSL289.21º89.9%38.82%-
HSV(B)289.21º94.68%73.73%-
XYZ22.910.9248.48-
YUV73.95192.37186.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=44.07%
G=2.82%
B=53.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156101880.170.9500.26289.2189.938.82
Hex9CABC115F01A1215a27
Octal234122742113703244113247
Binary100111001010101111001000110111110110101001000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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