Shades of Vivid Violet #9B3594
Tints of Vivid Violet #9B3594
RGB
CMYK
RGB Variations
Color information
#9B3594 (or 0x9B3594) is known color: Vivid Violet. HEX triplet: 9B, 35 and 94. RGB value is (155,53,148). Sum of RGB (Red+Green+Blue) = 155+53+148=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3594 is #64CA6B. Grayscale: #5E5E5E. Windows color (decimal): -6605420 or 9713051. OLE color: 9713051.
HSL color Cylindrical-coordinate representation of color #9B3594: hue angle of 304.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3594 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 148 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.39 |
| HSL | 304.12º | 0.49% | 0.41% | - |
| HSV(B) | 304.12º | 0.66% | 0.61% | - |
| XYZ | 20.14 | 11.65 | 29.2 | - |
| YUV | 94.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 148 | 0 | 0.66 | 0.05 | 0.39 | 304.12 | 0.49 | 0.41 |
| Hex | 9B | 35 | 94 | 0 | 42 | 5 | 27 | 130 | 31 | 29 |
| Octal | 233 | 65 | 224 | 0 | 102 | 5 | 47 | 460 | 61 | 51 |
| Binary | 10011011 | 110101 | 10010100 | 0 | 1000010 | 101 | 100111 | 100110000 | 110001 | 101001 |
Color Harmonies of #9B3594
Complementary color
Monochromatic Colors of #9B3594
Black with #9B3594
Text Example
Text Example
White with #9B3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3594; }
p { color: rgb(155,53,148); }
H1.HeaderClassName
{
color: #9B3594;
}
.AnyTagClassName
{
color: #9B3594;
}
</style>
background-color css
<style>
a { background-color: #9B3594; }
a { background-color: rgb(155,53,148); }
div.DivClassName
{
background-color: #9B3594;
}
.BgClassName
{
background-color: #9B3594;
}
</style>
border-color css
<style>
span { border-color: #9B3594; }
span { border-color: rgb(155,53,148); }
td.TdClassName
{
border-color: #9B3594;
}
.TagClassName
{
border-color: #9B3594;
}
</style>