Shades of Dark Violet #9D12EA
Tints of Dark Violet #9D12EA
RGB
CMYK
RGB Variations
Color information
#9D12EA (or 0x9D12EA) is known color: Dark Violet. HEX triplet: 9D, 12 and EA. RGB value is (157,18,234). Sum of RGB (Red+Green+Blue) = 157+18+234=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D12EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D12EA is #62ED15. Grayscale: #535353. Windows color (decimal): -6483222 or 15340189. OLE color: 15340189.
HSL color Cylindrical-coordinate representation of color #9D12EA: hue angle of 278.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D12EA is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 18 | 234 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.08 |
| HSL | 278.61º | 0.86% | 0.49% | - |
| HSV(B) | 278.61º | 0.92% | 0.92% | - |
| XYZ | 28.97 | 13.54 | 78.93 | - |
| YUV | 84.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 234 | 0.33 | 0.92 | 0 | 0.08 | 278.61 | 0.86 | 0.49 |
| Hex | 9D | 12 | EA | 21 | 5C | 0 | 8 | 117 | 56 | 31 |
| Octal | 235 | 22 | 352 | 41 | 134 | 0 | 10 | 427 | 126 | 61 |
| Binary | 10011101 | 10010 | 11101010 | 100001 | 1011100 | 0 | 1000 | 100010111 | 1010110 | 110001 |
Color Harmonies of #9D12EA
Complementary color
Monochromatic Colors of #9D12EA
Black with #9D12EA
Text Example
Text Example
White with #9D12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D12EA; }
p { color: rgb(157,18,234); }
H1.HeaderClassName
{
color: #9D12EA;
}
.AnyTagClassName
{
color: #9D12EA;
}
</style>
background-color css
<style>
a { background-color: #9D12EA; }
a { background-color: rgb(157,18,234); }
div.DivClassName
{
background-color: #9D12EA;
}
.BgClassName
{
background-color: #9D12EA;
}
</style>
border-color css
<style>
span { border-color: #9D12EA; }
span { border-color: rgb(157,18,234); }
td.TdClassName
{
border-color: #9D12EA;
}
.TagClassName
{
border-color: #9D12EA;
}
</style>