Shades of Vivid Violet #9B3AA4
Tints of Vivid Violet #9B3AA4
RGB
CMYK
RGB Variations
Color information
#9B3AA4 (or 0x9B3AA4) is known color: Vivid Violet. HEX triplet: 9B, 3A and A4. RGB value is (155,58,164). Sum of RGB (Red+Green+Blue) = 155+58+164=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3AA4 is #64C55B. Grayscale: #626262. Windows color (decimal): -6604124 or 10762907. OLE color: 10762907.
HSL color Cylindrical-coordinate representation of color #9B3AA4: hue angle of 294.91º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3AA4 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 58 | 164 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.36 |
| HSL | 294.91º | 0.48% | 0.44% | - |
| HSV(B) | 294.91º | 0.65% | 0.64% | - |
| XYZ | 21.73 | 12.68 | 36.42 | - |
| YUV | 99.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 164 | 0.05 | 0.65 | 0 | 0.36 | 294.91 | 0.48 | 0.44 |
| Hex | 9B | 3A | A4 | 5 | 41 | 0 | 24 | 127 | 30 | 2C |
| Octal | 233 | 72 | 244 | 5 | 101 | 0 | 44 | 447 | 60 | 54 |
| Binary | 10011011 | 111010 | 10100100 | 101 | 1000001 | 0 | 100100 | 100100111 | 110000 | 101100 |
Color Harmonies of #9B3AA4
Complementary color
Monochromatic Colors of #9B3AA4
Black with #9B3AA4
Text Example
Text Example
White with #9B3AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3AA4; }
p { color: rgb(155,58,164); }
H1.HeaderClassName
{
color: #9B3AA4;
}
.AnyTagClassName
{
color: #9B3AA4;
}
</style>
background-color css
<style>
a { background-color: #9B3AA4; }
a { background-color: rgb(155,58,164); }
div.DivClassName
{
background-color: #9B3AA4;
}
.BgClassName
{
background-color: #9B3AA4;
}
</style>
border-color css
<style>
span { border-color: #9B3AA4; }
span { border-color: rgb(155,58,164); }
td.TdClassName
{
border-color: #9B3AA4;
}
.TagClassName
{
border-color: #9B3AA4;
}
</style>