Shades of Dark Violet #9418CE
Tints of Dark Violet #9418CE
RGB
CMYK
RGB Variations
Color information
#9418CE (or 0x9418CE) is known color: Dark Violet. HEX triplet: 94, 18 and CE. RGB value is (148,24,206). Sum of RGB (Red+Green+Blue) = 148+24+206=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #9418CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418CE is #6BE731. Grayscale: #515151. Windows color (decimal): -7071538 or 13506708. OLE color: 13506708.
HSL color Cylindrical-coordinate representation of color #9418CE: hue angle of 280.88º 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 #9418CE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 24 | 206 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.19 |
| HSL | 280.88º | 0.79% | 0.45% | - |
| HSV(B) | 280.88º | 0.88% | 0.81% | - |
| XYZ | 23.68 | 11.41 | 59.35 | - |
| YUV | 81.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 206 | 0.28 | 0.88 | 0 | 0.19 | 280.88 | 0.79 | 0.45 |
| Hex | 94 | 18 | CE | 1C | 58 | 0 | 13 | 119 | 4F | 2D |
| Octal | 224 | 30 | 316 | 34 | 130 | 0 | 23 | 431 | 117 | 55 |
| Binary | 10010100 | 11000 | 11001110 | 11100 | 1011000 | 0 | 10011 | 100011001 | 1001111 | 101101 |
Color Harmonies of #9418CE
Complementary color
Monochromatic Colors of #9418CE
Black with #9418CE
Text Example
Text Example
White with #9418CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9418CE; }
p { color: rgb(148,24,206); }
H1.HeaderClassName
{
color: #9418CE;
}
.AnyTagClassName
{
color: #9418CE;
}
</style>
background-color css
<style>
a { background-color: #9418CE; }
a { background-color: rgb(148,24,206); }
div.DivClassName
{
background-color: #9418CE;
}
.BgClassName
{
background-color: #9418CE;
}
</style>
border-color css
<style>
span { border-color: #9418CE; }
span { border-color: rgb(148,24,206); }
td.TdClassName
{
border-color: #9418CE;
}
.TagClassName
{
border-color: #9418CE;
}
</style>