Shades of Blue Violet #9132DA
Tints of Blue Violet #9132DA
RGB
CMYK
RGB Variations
Color information
#9132DA (or 0x9132DA) is known color: Blue Violet. HEX triplet: 91, 32 and DA. RGB value is (145,50,218). Sum of RGB (Red+Green+Blue) = 145+50+218=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #9132DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132DA is #6ECD25. Grayscale: #606060. Windows color (decimal): -7261478 or 14299793. OLE color: 14299793.
HSL color Cylindrical-coordinate representation of color #9132DA: hue angle of 273.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9132DA is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 50 | 218 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.15 |
| HSL | 273.93º | 0.69% | 0.53% | - |
| HSV(B) | 273.93º | 0.77% | 0.85% | - |
| XYZ | 25.47 | 13.36 | 67.57 | - |
| YUV | 97.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 218 | 0.33 | 0.77 | 0 | 0.15 | 273.93 | 0.69 | 0.53 |
| Hex | 91 | 32 | DA | 21 | 4D | 0 | F | 112 | 45 | 35 |
| Octal | 221 | 62 | 332 | 41 | 115 | 0 | 17 | 422 | 105 | 65 |
| Binary | 10010001 | 110010 | 11011010 | 100001 | 1001101 | 0 | 1111 | 100010010 | 1000101 | 110101 |
Color Harmonies of #9132DA
Complementary color
Monochromatic Colors of #9132DA
Black with #9132DA
Text Example
Text Example
White with #9132DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9132DA; }
p { color: rgb(145,50,218); }
H1.HeaderClassName
{
color: #9132DA;
}
.AnyTagClassName
{
color: #9132DA;
}
</style>
background-color css
<style>
a { background-color: #9132DA; }
a { background-color: rgb(145,50,218); }
div.DivClassName
{
background-color: #9132DA;
}
.BgClassName
{
background-color: #9132DA;
}
</style>
border-color css
<style>
span { border-color: #9132DA; }
span { border-color: rgb(145,50,218); }
td.TdClassName
{
border-color: #9132DA;
}
.TagClassName
{
border-color: #9132DA;
}
</style>