Shades of Blue Violet #9B4AE5
Tints of Blue Violet #9B4AE5
RGB
CMYK
RGB Variations
Color information
#9B4AE5 (or 0x9B4AE5) is known color: Blue Violet. HEX triplet: 9B, 4A and E5. RGB value is (155,74,229). Sum of RGB (Red+Green+Blue) = 155+74+229=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #9B4AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4AE5 is #64B51A. Grayscale: #737373. Windows color (decimal): -6599963 or 15026843. OLE color: 15026843.
HSL color Cylindrical-coordinate representation of color #9B4AE5: hue angle of 271.35º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B4AE5 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 74 | 229 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.10 |
| HSL | 271.35º | 0.75% | 0.59% | - |
| HSV(B) | 271.35º | 0.68% | 0.9% | - |
| XYZ | 30.11 | 17.52 | 75.92 | - |
| YUV | 115.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 229 | 0.32 | 0.68 | 0 | 0.10 | 271.35 | 0.75 | 0.59 |
| Hex | 9B | 4A | E5 | 20 | 44 | 0 | A | 10F | 4B | 3B |
| Octal | 233 | 112 | 345 | 40 | 104 | 0 | 12 | 417 | 113 | 73 |
| Binary | 10011011 | 1001010 | 11100101 | 100000 | 1000100 | 0 | 1010 | 100001111 | 1001011 | 111011 |
Color Harmonies of #9B4AE5
Complementary color
Monochromatic Colors of #9B4AE5
Black with #9B4AE5
Text Example
Text Example
White with #9B4AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4AE5; }
p { color: rgb(155,74,229); }
H1.HeaderClassName
{
color: #9B4AE5;
}
.AnyTagClassName
{
color: #9B4AE5;
}
</style>
background-color css
<style>
a { background-color: #9B4AE5; }
a { background-color: rgb(155,74,229); }
div.DivClassName
{
background-color: #9B4AE5;
}
.BgClassName
{
background-color: #9B4AE5;
}
</style>
border-color css
<style>
span { border-color: #9B4AE5; }
span { border-color: rgb(155,74,229); }
td.TdClassName
{
border-color: #9B4AE5;
}
.TagClassName
{
border-color: #9B4AE5;
}
</style>