Shades of Dark Violet #9018CF
Tints of Dark Violet #9018CF
RGB
CMYK
RGB Variations
Color information
#9018CF (or 0x9018CF) is known color: Dark Violet. HEX triplet: 90, 18 and CF. RGB value is (144,24,207). Sum of RGB (Red+Green+Blue) = 144+24+207=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #9018CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018CF is #6FE730. Grayscale: #505050. Windows color (decimal): -7333681 or 13572240. OLE color: 13572240.
HSL color Cylindrical-coordinate representation of color #9018CF: hue angle of 279.34º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9018CF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 24 | 207 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.19 |
| HSL | 279.34º | 0.79% | 0.45% | - |
| HSV(B) | 279.34º | 0.88% | 0.81% | - |
| XYZ | 23.09 | 11.09 | 59.95 | - |
| YUV | 80.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 207 | 0.30 | 0.88 | 0 | 0.19 | 279.34 | 0.79 | 0.45 |
| Hex | 90 | 18 | CF | 1E | 58 | 0 | 13 | 117 | 4F | 2D |
| Octal | 220 | 30 | 317 | 36 | 130 | 0 | 23 | 427 | 117 | 55 |
| Binary | 10010000 | 11000 | 11001111 | 11110 | 1011000 | 0 | 10011 | 100010111 | 1001111 | 101101 |
Color Harmonies of #9018CF
Complementary color
Monochromatic Colors of #9018CF
Black with #9018CF
Text Example
Text Example
White with #9018CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018CF; }
p { color: rgb(144,24,207); }
H1.HeaderClassName
{
color: #9018CF;
}
.AnyTagClassName
{
color: #9018CF;
}
</style>
background-color css
<style>
a { background-color: #9018CF; }
a { background-color: rgb(144,24,207); }
div.DivClassName
{
background-color: #9018CF;
}
.BgClassName
{
background-color: #9018CF;
}
</style>
border-color css
<style>
span { border-color: #9018CF; }
span { border-color: rgb(144,24,207); }
td.TdClassName
{
border-color: #9018CF;
}
.TagClassName
{
border-color: #9018CF;
}
</style>