Shades of Dark Violet #9402FF
Tints of Dark Violet #9402FF
RGB
CMYK
RGB Variations
Color information
#9402FF (or 0x9402FF) is known color: Dark Violet. HEX triplet: 94, 02 and FF. RGB value is (148,2,255). Sum of RGB (Red+Green+Blue) = 148+2+255=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #9402FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9402FF is #6BFD00. Grayscale: #494949. Windows color (decimal): -7077121 or 16712340. OLE color: 16712340.
HSL color Cylindrical-coordinate representation of color #9402FF: hue angle of 274.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9402FF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 2 | 255 | - |
| CMYK | 0.42 | 0.99 | 0 | 0 |
| HSL | 274.62º | 1% | 0.5% | - |
| HSV(B) | 274.62º | 0.99% | 1% | - |
| XYZ | 30.28 | 13.56 | 95.63 | - |
| YUV | 74.5 | 229.87 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 255 | 0.42 | 0.99 | 0 | 0 | 274.62 | 1 | 0.5 |
| Hex | 94 | 2 | FF | 2A | 63 | 0 | 0 | 113 | 64 | 32 |
| Octal | 224 | 2 | 377 | 52 | 143 | 0 | 0 | 423 | 144 | 62 |
| Binary | 10010100 | 10 | 11111111 | 101010 | 1100011 | 0 | 0 | 100010011 | 1100100 | 110010 |
Color Harmonies of #9402FF
Complementary color
Monochromatic Colors of #9402FF
Black with #9402FF
Text Example
Text Example
White with #9402FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9402FF; }
p { color: rgb(148,2,255); }
H1.HeaderClassName
{
color: #9402FF;
}
.AnyTagClassName
{
color: #9402FF;
}
</style>
background-color css
<style>
a { background-color: #9402FF; }
a { background-color: rgb(148,2,255); }
div.DivClassName
{
background-color: #9402FF;
}
.BgClassName
{
background-color: #9402FF;
}
</style>
border-color css
<style>
span { border-color: #9402FF; }
span { border-color: rgb(148,2,255); }
td.TdClassName
{
border-color: #9402FF;
}
.TagClassName
{
border-color: #9402FF;
}
</style>