Shades of Dark Violet #9418CC
Tints of Dark Violet #9418CC
RGB
CMYK
RGB Variations
Color information
#9418CC (or 0x9418CC) is known color: Dark Violet. HEX triplet: 94, 18 and CC. RGB value is (148,24,204). Sum of RGB (Red+Green+Blue) = 148+24+204=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #9418CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418CC is #6BE733. Grayscale: #515151. Windows color (decimal): -7071540 or 13375636. OLE color: 13375636.
HSL color Cylindrical-coordinate representation of color #9418CC: hue angle of 281.33º 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 #9418CC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 24 | 204 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.2 |
| HSL | 281.33º | 0.79% | 0.45% | - |
| HSV(B) | 281.33º | 0.88% | 0.8% | - |
| XYZ | 23.44 | 11.31 | 58.07 | - |
| YUV | 81.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 204 | 0.27 | 0.88 | 0 | 0.2 | 281.33 | 0.79 | 0.45 |
| Hex | 94 | 18 | CC | 1B | 58 | 0 | 14 | 119 | 4F | 2D |
| Octal | 224 | 30 | 314 | 33 | 130 | 0 | 24 | 431 | 117 | 55 |
| Binary | 10010100 | 11000 | 11001100 | 11011 | 1011000 | 0 | 10100 | 100011001 | 1001111 | 101101 |
Color Harmonies of #9418CC
Complementary color
Monochromatic Colors of #9418CC
Black with #9418CC
Text Example
Text Example
White with #9418CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9418CC; }
p { color: rgb(148,24,204); }
H1.HeaderClassName
{
color: #9418CC;
}
.AnyTagClassName
{
color: #9418CC;
}
</style>
background-color css
<style>
a { background-color: #9418CC; }
a { background-color: rgb(148,24,204); }
div.DivClassName
{
background-color: #9418CC;
}
.BgClassName
{
background-color: #9418CC;
}
</style>
border-color css
<style>
span { border-color: #9418CC; }
span { border-color: rgb(148,24,204); }
td.TdClassName
{
border-color: #9418CC;
}
.TagClassName
{
border-color: #9418CC;
}
</style>