Shades of Dark Violet #9C0BCF
Tints of Dark Violet #9C0BCF
RGB
CMYK
RGB Variations
Color information
#9C0BCF (or 0x9C0BCF) is known color: Dark Violet. HEX triplet: 9C, 0B and CF. RGB value is (156,11,207). Sum of RGB (Red+Green+Blue) = 156+11+207=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BCF is #63F430. Grayscale: #4C4C4C. Windows color (decimal): -6550577 or 13568924. OLE color: 13568924.
HSL color Cylindrical-coordinate representation of color #9C0BCF: hue angle of 284.39º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BCF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 11 | 207 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.19 |
| HSL | 284.39º | 0.9% | 0.43% | - |
| HSV(B) | 284.39º | 0.95% | 0.81% | - |
| XYZ | 25.09 | 11.81 | 59.99 | - |
| YUV | 76.7 | 201.54 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 207 | 0.25 | 0.95 | 0 | 0.19 | 284.39 | 0.9 | 0.43 |
| Hex | 9C | B | CF | 19 | 5F | 0 | 13 | 11C | 5A | 2B |
| Octal | 234 | 13 | 317 | 31 | 137 | 0 | 23 | 434 | 132 | 53 |
| Binary | 10011100 | 1011 | 11001111 | 11001 | 1011111 | 0 | 10011 | 100011100 | 1011010 | 101011 |
Color Harmonies of #9C0BCF
Complementary color
Monochromatic Colors of #9C0BCF
Black with #9C0BCF
Text Example
Text Example
White with #9C0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0BCF; }
p { color: rgb(156,11,207); }
H1.HeaderClassName
{
color: #9C0BCF;
}
.AnyTagClassName
{
color: #9C0BCF;
}
</style>
background-color css
<style>
a { background-color: #9C0BCF; }
a { background-color: rgb(156,11,207); }
div.DivClassName
{
background-color: #9C0BCF;
}
.BgClassName
{
background-color: #9C0BCF;
}
</style>
border-color css
<style>
span { border-color: #9C0BCF; }
span { border-color: rgb(156,11,207); }
td.TdClassName
{
border-color: #9C0BCF;
}
.TagClassName
{
border-color: #9C0BCF;
}
</style>