Shades of Dark Violet #9405B2
Tints of Dark Violet #9405B2
RGB
CMYK
RGB Variations
Color information
#9405B2 (or 0x9405B2) is known color: Dark Violet. HEX triplet: 94, 05 and B2. RGB value is (148,5,178). Sum of RGB (Red+Green+Blue) = 148+5+178=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 178 (69.92% from 255 or 53.78% from 331); Max value from RGB is 178 - color contains mainly: blue. Hex color #9405B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9405B2 is #6BFA4D. Grayscale: #424242. Windows color (decimal): -7076430 or 11666836. OLE color: 11666836.
HSL color Cylindrical-coordinate representation of color #9405B2: hue angle of 289.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9405B2 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 5 | 178 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.30 |
| HSL | 289.6º | 0.95% | 0.36% | - |
| HSV(B) | 289.6º | 0.97% | 0.7% | - |
| XYZ | 20.3 | 9.62 | 42.91 | - |
| YUV | 67.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 178 | 0.17 | 0.97 | 0 | 0.30 | 289.6 | 0.95 | 0.36 |
| Hex | 94 | 5 | B2 | 11 | 61 | 0 | 1E | 122 | 5F | 24 |
| Octal | 224 | 5 | 262 | 21 | 141 | 0 | 36 | 442 | 137 | 44 |
| Binary | 10010100 | 101 | 10110010 | 10001 | 1100001 | 0 | 11110 | 100100010 | 1011111 | 100100 |
Color Harmonies of #9405B2
Complementary color
Monochromatic Colors of #9405B2
Black with #9405B2
Text Example
Text Example
White with #9405B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9405B2; }
p { color: rgb(148,5,178); }
H1.HeaderClassName
{
color: #9405B2;
}
.AnyTagClassName
{
color: #9405B2;
}
</style>
background-color css
<style>
a { background-color: #9405B2; }
a { background-color: rgb(148,5,178); }
div.DivClassName
{
background-color: #9405B2;
}
.BgClassName
{
background-color: #9405B2;
}
</style>
border-color css
<style>
span { border-color: #9405B2; }
span { border-color: rgb(148,5,178); }
td.TdClassName
{
border-color: #9405B2;
}
.TagClassName
{
border-color: #9405B2;
}
</style>