Shades of Dark Violet #9018CD
Tints of Dark Violet #9018CD
RGB
CMYK
RGB Variations
Color information
#9018CD (or 0x9018CD) is known color: Dark Violet. HEX triplet: 90, 18 and CD. RGB value is (144,24,205). Sum of RGB (Red+Green+Blue) = 144+24+205=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #9018CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018CD is #6FE732. Grayscale: #4F4F4F. Windows color (decimal): -7333683 or 13441168. OLE color: 13441168.
HSL color Cylindrical-coordinate representation of color #9018CD: hue angle of 279.78º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9018CD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 24 | 205 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.20 |
| HSL | 279.78º | 0.79% | 0.45% | - |
| HSV(B) | 279.78º | 0.88% | 0.8% | - |
| XYZ | 22.85 | 10.99 | 58.67 | - |
| YUV | 80.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 205 | 0.30 | 0.88 | 0 | 0.20 | 279.78 | 0.79 | 0.45 |
| Hex | 90 | 18 | CD | 1E | 58 | 0 | 14 | 118 | 4F | 2D |
| Octal | 220 | 30 | 315 | 36 | 130 | 0 | 24 | 430 | 117 | 55 |
| Binary | 10010000 | 11000 | 11001101 | 11110 | 1011000 | 0 | 10100 | 100011000 | 1001111 | 101101 |
Color Harmonies of #9018CD
Complementary color
Monochromatic Colors of #9018CD
Black with #9018CD
Text Example
Text Example
White with #9018CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9018CD; }
p { color: rgb(144,24,205); }
H1.HeaderClassName
{
color: #9018CD;
}
.AnyTagClassName
{
color: #9018CD;
}
</style>
background-color css
<style>
a { background-color: #9018CD; }
a { background-color: rgb(144,24,205); }
div.DivClassName
{
background-color: #9018CD;
}
.BgClassName
{
background-color: #9018CD;
}
</style>
border-color css
<style>
span { border-color: #9018CD; }
span { border-color: rgb(144,24,205); }
td.TdClassName
{
border-color: #9018CD;
}
.TagClassName
{
border-color: #9018CD;
}
</style>