Shades of Dark Violet #9402B4
Tints of Dark Violet #9402B4
RGB
CMYK
RGB Variations
Color information
#9402B4 (or 0x9402B4) is known color: Dark Violet. HEX triplet: 94, 02 and B4. RGB value is (148,2,180). Sum of RGB (Red+Green+Blue) = 148+2+180=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #9402B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9402B4 is #6BFD4B. Grayscale: #414141. Windows color (decimal): -7077196 or 11797140. OLE color: 11797140.
HSL color Cylindrical-coordinate representation of color #9402B4: hue angle of 289.21º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9402B4 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 2 | 180 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.29 |
| HSL | 289.21º | 0.98% | 0.36% | - |
| HSV(B) | 289.21º | 0.99% | 0.71% | - |
| XYZ | 20.47 | 9.63 | 43.96 | - |
| YUV | 65.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 180 | 0.18 | 0.99 | 0 | 0.29 | 289.21 | 0.98 | 0.36 |
| Hex | 94 | 2 | B4 | 12 | 63 | 0 | 1D | 121 | 62 | 24 |
| Octal | 224 | 2 | 264 | 22 | 143 | 0 | 35 | 441 | 142 | 44 |
| Binary | 10010100 | 10 | 10110100 | 10010 | 1100011 | 0 | 11101 | 100100001 | 1100010 | 100100 |
Color Harmonies of #9402B4
Complementary color
Monochromatic Colors of #9402B4
Black with #9402B4
Text Example
Text Example
White with #9402B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9402B4; }
p { color: rgb(148,2,180); }
H1.HeaderClassName
{
color: #9402B4;
}
.AnyTagClassName
{
color: #9402B4;
}
</style>
background-color css
<style>
a { background-color: #9402B4; }
a { background-color: rgb(148,2,180); }
div.DivClassName
{
background-color: #9402B4;
}
.BgClassName
{
background-color: #9402B4;
}
</style>
border-color css
<style>
span { border-color: #9402B4; }
span { border-color: rgb(148,2,180); }
td.TdClassName
{
border-color: #9402B4;
}
.TagClassName
{
border-color: #9402B4;
}
</style>