Shades of Dark Violet #9413CA
Tints of Dark Violet #9413CA
RGB
CMYK
RGB Variations
Color information
#9413CA (or 0x9413CA) is known color: Dark Violet. HEX triplet: 94, 13 and CA. RGB value is (148,19,202). Sum of RGB (Red+Green+Blue) = 148+19+202=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #9413CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9413CA is #6BEC35. Grayscale: #4D4D4D. Windows color (decimal): -7072822 or 13243284. OLE color: 13243284.
HSL color Cylindrical-coordinate representation of color #9413CA: hue angle of 282.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9413CA is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 19 | 202 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.21 |
| HSL | 282.3º | 0.83% | 0.43% | - |
| HSV(B) | 282.3º | 0.91% | 0.79% | - |
| XYZ | 23.11 | 11.03 | 56.79 | - |
| YUV | 78.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 202 | 0.27 | 0.91 | 0 | 0.21 | 282.3 | 0.83 | 0.43 |
| Hex | 94 | 13 | CA | 1B | 5B | 0 | 15 | 11A | 53 | 2B |
| Octal | 224 | 23 | 312 | 33 | 133 | 0 | 25 | 432 | 123 | 53 |
| Binary | 10010100 | 10011 | 11001010 | 11011 | 1011011 | 0 | 10101 | 100011010 | 1010011 | 101011 |
Color Harmonies of #9413CA
Complementary color
Monochromatic Colors of #9413CA
Black with #9413CA
Text Example
Text Example
White with #9413CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9413CA; }
p { color: rgb(148,19,202); }
H1.HeaderClassName
{
color: #9413CA;
}
.AnyTagClassName
{
color: #9413CA;
}
</style>
background-color css
<style>
a { background-color: #9413CA; }
a { background-color: rgb(148,19,202); }
div.DivClassName
{
background-color: #9413CA;
}
.BgClassName
{
background-color: #9413CA;
}
</style>
border-color css
<style>
span { border-color: #9413CA; }
span { border-color: rgb(148,19,202); }
td.TdClassName
{
border-color: #9413CA;
}
.TagClassName
{
border-color: #9413CA;
}
</style>