Shades of Dark Violet #9108CA
Tints of Dark Violet #9108CA
RGB
CMYK
RGB Variations
Color information
#9108CA (or 0x9108CA) is known color: Dark Violet. HEX triplet: 91, 08 and CA. RGB value is (145,8,202). Sum of RGB (Red+Green+Blue) = 145+8+202=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #9108CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9108CA is #6EF735. Grayscale: #464646. Windows color (decimal): -7272246 or 13240465. OLE color: 13240465.
HSL color Cylindrical-coordinate representation of color #9108CA: hue angle of 282.37º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9108CA is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 8 | 202 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.21 |
| HSL | 282.37º | 0.92% | 0.41% | - |
| HSV(B) | 282.37º | 0.96% | 0.79% | - |
| XYZ | 22.42 | 10.46 | 56.71 | - |
| YUV | 71.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 202 | 0.28 | 0.96 | 0 | 0.21 | 282.37 | 0.92 | 0.41 |
| Hex | 91 | 8 | CA | 1C | 60 | 0 | 15 | 11A | 5C | 29 |
| Octal | 221 | 10 | 312 | 34 | 140 | 0 | 25 | 432 | 134 | 51 |
| Binary | 10010001 | 1000 | 11001010 | 11100 | 1100000 | 0 | 10101 | 100011010 | 1011100 | 101001 |
Color Harmonies of #9108CA
Complementary color
Monochromatic Colors of #9108CA
Black with #9108CA
Text Example
Text Example
White with #9108CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9108CA; }
p { color: rgb(145,8,202); }
H1.HeaderClassName
{
color: #9108CA;
}
.AnyTagClassName
{
color: #9108CA;
}
</style>
background-color css
<style>
a { background-color: #9108CA; }
a { background-color: rgb(145,8,202); }
div.DivClassName
{
background-color: #9108CA;
}
.BgClassName
{
background-color: #9108CA;
}
</style>
border-color css
<style>
span { border-color: #9108CA; }
span { border-color: rgb(145,8,202); }
td.TdClassName
{
border-color: #9108CA;
}
.TagClassName
{
border-color: #9108CA;
}
</style>