Shades of Blue Violet #9B1AFE
Tints of Blue Violet #9B1AFE
RGB
CMYK
RGB Variations
Color information
#9B1AFE (or 0x9B1AFE) is known color: Blue Violet. HEX triplet: 9B, 1A and FE. RGB value is (155,26,254). Sum of RGB (Red+Green+Blue) = 155+26+254=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1AFE is #64E501. Grayscale: #595959. Windows color (decimal): -6612226 or 16652955. OLE color: 16652955.
HSL color Cylindrical-coordinate representation of color #9B1AFE: hue angle of 273.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1AFE is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 26 | 254 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.00 |
| HSL | 273.95º | 0.99% | 0.55% | - |
| HSV(B) | 273.95º | 0.9% | 1% | - |
| XYZ | 31.78 | 14.86 | 94.96 | - |
| YUV | 90.56 | 220.24 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 254 | 0.39 | 0.90 | 0 | 0.00 | 273.95 | 0.99 | 0.55 |
| Hex | 9B | 1A | FE | 27 | 5A | 0 | 0 | 112 | 63 | 37 |
| Octal | 233 | 32 | 376 | 47 | 132 | 0 | 0 | 422 | 143 | 67 |
| Binary | 10011011 | 11010 | 11111110 | 100111 | 1011010 | 0 | 0 | 100010010 | 1100011 | 110111 |
Color Harmonies of #9B1AFE
Complementary color
Monochromatic Colors of #9B1AFE
Black with #9B1AFE
Text Example
Text Example
White with #9B1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1AFE; }
p { color: rgb(155,26,254); }
H1.HeaderClassName
{
color: #9B1AFE;
}
.AnyTagClassName
{
color: #9B1AFE;
}
</style>
background-color css
<style>
a { background-color: #9B1AFE; }
a { background-color: rgb(155,26,254); }
div.DivClassName
{
background-color: #9B1AFE;
}
.BgClassName
{
background-color: #9B1AFE;
}
</style>
border-color css
<style>
span { border-color: #9B1AFE; }
span { border-color: rgb(155,26,254); }
td.TdClassName
{
border-color: #9B1AFE;
}
.TagClassName
{
border-color: #9B1AFE;
}
</style>