Shades of Dark Violet #9109CB
Tints of Dark Violet #9109CB
RGB
CMYK
RGB Variations
Color information
#9109CB (or 0x9109CB) is known color: Dark Violet. HEX triplet: 91, 09 and CB. RGB value is (145,9,203). Sum of RGB (Red+Green+Blue) = 145+9+203=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #9109CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109CB is #6EF634. Grayscale: #474747. Windows color (decimal): -7271989 or 13306257. OLE color: 13306257.
HSL color Cylindrical-coordinate representation of color #9109CB: hue angle of 282.06º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109CB is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 9 | 203 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.20 |
| HSL | 282.06º | 0.92% | 0.42% | - |
| HSV(B) | 282.06º | 0.96% | 0.8% | - |
| XYZ | 22.55 | 10.53 | 57.34 | - |
| YUV | 71.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 203 | 0.29 | 0.96 | 0 | 0.20 | 282.06 | 0.92 | 0.42 |
| Hex | 91 | 9 | CB | 1D | 60 | 0 | 14 | 11A | 5C | 2A |
| Octal | 221 | 11 | 313 | 35 | 140 | 0 | 24 | 432 | 134 | 52 |
| Binary | 10010001 | 1001 | 11001011 | 11101 | 1100000 | 0 | 10100 | 100011010 | 1011100 | 101010 |
Color Harmonies of #9109CB
Complementary color
Monochromatic Colors of #9109CB
Black with #9109CB
Text Example
Text Example
White with #9109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109CB; }
p { color: rgb(145,9,203); }
H1.HeaderClassName
{
color: #9109CB;
}
.AnyTagClassName
{
color: #9109CB;
}
</style>
background-color css
<style>
a { background-color: #9109CB; }
a { background-color: rgb(145,9,203); }
div.DivClassName
{
background-color: #9109CB;
}
.BgClassName
{
background-color: #9109CB;
}
</style>
border-color css
<style>
span { border-color: #9109CB; }
span { border-color: rgb(145,9,203); }
td.TdClassName
{
border-color: #9109CB;
}
.TagClassName
{
border-color: #9109CB;
}
</style>