Shades of Dark Violet #9010CA
Tints of Dark Violet #9010CA
RGB
CMYK
RGB Variations
Color information
#9010CA (or 0x9010CA) is known color: Dark Violet. HEX triplet: 90, 10 and CA. RGB value is (144,16,202). Sum of RGB (Red+Green+Blue) = 144+16+202=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #9010CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010CA is #6FEF35. Grayscale: #4A4A4A. Windows color (decimal): -7335734 or 13242512. OLE color: 13242512.
HSL color Cylindrical-coordinate representation of color #9010CA: hue angle of 281.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010CA is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 16 | 202 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.21 |
| HSL | 281.29º | 0.85% | 0.43% | - |
| HSV(B) | 281.29º | 0.92% | 0.79% | - |
| XYZ | 22.35 | 10.56 | 56.74 | - |
| YUV | 75.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 202 | 0.29 | 0.92 | 0 | 0.21 | 281.29 | 0.85 | 0.43 |
| Hex | 90 | 10 | CA | 1D | 5C | 0 | 15 | 119 | 55 | 2B |
| Octal | 220 | 20 | 312 | 35 | 134 | 0 | 25 | 431 | 125 | 53 |
| Binary | 10010000 | 10000 | 11001010 | 11101 | 1011100 | 0 | 10101 | 100011001 | 1010101 | 101011 |
Color Harmonies of #9010CA
Complementary color
Monochromatic Colors of #9010CA
Black with #9010CA
Text Example
Text Example
White with #9010CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010CA; }
p { color: rgb(144,16,202); }
H1.HeaderClassName
{
color: #9010CA;
}
.AnyTagClassName
{
color: #9010CA;
}
</style>
background-color css
<style>
a { background-color: #9010CA; }
a { background-color: rgb(144,16,202); }
div.DivClassName
{
background-color: #9010CA;
}
.BgClassName
{
background-color: #9010CA;
}
</style>
border-color css
<style>
span { border-color: #9010CA; }
span { border-color: rgb(144,16,202); }
td.TdClassName
{
border-color: #9010CA;
}
.TagClassName
{
border-color: #9010CA;
}
</style>