Shades of Blue Violet #9127DA
Tints of Blue Violet #9127DA
RGB
CMYK
RGB Variations
Color information
#9127DA (or 0x9127DA) is known color: Blue Violet. HEX triplet: 91, 27 and DA. RGB value is (145,39,218). Sum of RGB (Red+Green+Blue) = 145+39+218=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #9127DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9127DA is #6ED825. Grayscale: #5A5A5A. Windows color (decimal): -7264294 or 14296977. OLE color: 14296977.
HSL color Cylindrical-coordinate representation of color #9127DA: hue angle of 275.53º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9127DA is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 39 | 218 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.15 |
| HSL | 275.53º | 0.71% | 0.5% | - |
| HSV(B) | 275.53º | 0.82% | 0.85% | - |
| XYZ | 25.06 | 12.53 | 67.43 | - |
| YUV | 91.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 218 | 0.33 | 0.82 | 0 | 0.15 | 275.53 | 0.71 | 0.5 |
| Hex | 91 | 27 | DA | 21 | 52 | 0 | F | 114 | 47 | 32 |
| Octal | 221 | 47 | 332 | 41 | 122 | 0 | 17 | 424 | 107 | 62 |
| Binary | 10010001 | 100111 | 11011010 | 100001 | 1010010 | 0 | 1111 | 100010100 | 1000111 | 110010 |
Color Harmonies of #9127DA
Complementary color
Monochromatic Colors of #9127DA
Black with #9127DA
Text Example
Text Example
White with #9127DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127DA; }
p { color: rgb(145,39,218); }
H1.HeaderClassName
{
color: #9127DA;
}
.AnyTagClassName
{
color: #9127DA;
}
</style>
background-color css
<style>
a { background-color: #9127DA; }
a { background-color: rgb(145,39,218); }
div.DivClassName
{
background-color: #9127DA;
}
.BgClassName
{
background-color: #9127DA;
}
</style>
border-color css
<style>
span { border-color: #9127DA; }
span { border-color: rgb(145,39,218); }
td.TdClassName
{
border-color: #9127DA;
}
.TagClassName
{
border-color: #9127DA;
}
</style>