Shades of Dark Violet #9C02BC
Tints of Dark Violet #9C02BC
RGB
CMYK
RGB Variations
Color information
#9C02BC (or 0x9C02BC) is known color: Dark Violet. HEX triplet: 9C, 02 and BC. RGB value is (156,2,188). Sum of RGB (Red+Green+Blue) = 156+2+188=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C02BC is #63FD43. Grayscale: #444444. Windows color (decimal): -6552900 or 12321436. OLE color: 12321436.
HSL color Cylindrical-coordinate representation of color #9C02BC: hue angle of 289.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02BC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 2 | 188 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.26 |
| HSL | 289.68º | 0.98% | 0.37% | - |
| HSV(B) | 289.68º | 0.99% | 0.74% | - |
| XYZ | 22.81 | 10.74 | 48.45 | - |
| YUV | 69.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 188 | 0.17 | 0.99 | 0 | 0.26 | 289.68 | 0.98 | 0.37 |
| Hex | 9C | 2 | BC | 11 | 63 | 0 | 1A | 122 | 62 | 25 |
| Octal | 234 | 2 | 274 | 21 | 143 | 0 | 32 | 442 | 142 | 45 |
| Binary | 10011100 | 10 | 10111100 | 10001 | 1100011 | 0 | 11010 | 100100010 | 1100010 | 100101 |
Color Harmonies of #9C02BC
Complementary color
Monochromatic Colors of #9C02BC
Black with #9C02BC
Text Example
Text Example
White with #9C02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C02BC; }
p { color: rgb(156,2,188); }
H1.HeaderClassName
{
color: #9C02BC;
}
.AnyTagClassName
{
color: #9C02BC;
}
</style>
background-color css
<style>
a { background-color: #9C02BC; }
a { background-color: rgb(156,2,188); }
div.DivClassName
{
background-color: #9C02BC;
}
.BgClassName
{
background-color: #9C02BC;
}
</style>
border-color css
<style>
span { border-color: #9C02BC; }
span { border-color: rgb(156,2,188); }
td.TdClassName
{
border-color: #9C02BC;
}
.TagClassName
{
border-color: #9C02BC;
}
</style>