Shades of Blue Violet #9A37FC
Tints of Blue Violet #9A37FC
RGB
CMYK
RGB Variations
Color information
#9A37FC (or 0x9A37FC) is known color: Blue Violet. HEX triplet: 9A, 37 and FC. RGB value is (154,55,252). Sum of RGB (Red+Green+Blue) = 154+55+252=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A37FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A37FC is #65C803. Grayscale: #6A6A6A. Windows color (decimal): -6670340 or 16529306. OLE color: 16529306.
HSL color Cylindrical-coordinate representation of color #9A37FC: hue angle of 270.15º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A37FC is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 55 | 252 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.01 |
| HSL | 270.15º | 0.97% | 0.6% | - |
| HSV(B) | 270.15º | 0.78% | 0.99% | - |
| XYZ | 32.26 | 16.63 | 93.61 | - |
| YUV | 107.06 | 209.8 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 252 | 0.39 | 0.78 | 0 | 0.01 | 270.15 | 0.97 | 0.6 |
| Hex | 9A | 37 | FC | 27 | 4E | 0 | 1 | 10E | 61 | 3C |
| Octal | 232 | 67 | 374 | 47 | 116 | 0 | 1 | 416 | 141 | 74 |
| Binary | 10011010 | 110111 | 11111100 | 100111 | 1001110 | 0 | 1 | 100001110 | 1100001 | 111100 |
Color Harmonies of #9A37FC
Complementary color
Monochromatic Colors of #9A37FC
Black with #9A37FC
Text Example
Text Example
White with #9A37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A37FC; }
p { color: rgb(154,55,252); }
H1.HeaderClassName
{
color: #9A37FC;
}
.AnyTagClassName
{
color: #9A37FC;
}
</style>
background-color css
<style>
a { background-color: #9A37FC; }
a { background-color: rgb(154,55,252); }
div.DivClassName
{
background-color: #9A37FC;
}
.BgClassName
{
background-color: #9A37FC;
}
</style>
border-color css
<style>
span { border-color: #9A37FC; }
span { border-color: rgb(154,55,252); }
td.TdClassName
{
border-color: #9A37FC;
}
.TagClassName
{
border-color: #9A37FC;
}
</style>