Shades of Vivid Violet #9136AA
Tints of Vivid Violet #9136AA
RGB
CMYK
RGB Variations
Color information
#9136AA (or 0x9136AA) is known color: Vivid Violet. HEX triplet: 91, 36 and AA. RGB value is (145,54,170). Sum of RGB (Red+Green+Blue) = 145+54+170=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9136AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9136AA is #6EC955. Grayscale: #5E5E5E. Windows color (decimal): -7260502 or 11155089. OLE color: 11155089.
HSL color Cylindrical-coordinate representation of color #9136AA: hue angle of 287.07º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9136AA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 54 | 170 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.33 |
| HSL | 287.07º | 0.52% | 0.44% | - |
| HSV(B) | 287.07º | 0.68% | 0.67% | - |
| XYZ | 20.25 | 11.56 | 39.19 | - |
| YUV | 94.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 170 | 0.15 | 0.68 | 0 | 0.33 | 287.07 | 0.52 | 0.44 |
| Hex | 91 | 36 | AA | F | 44 | 0 | 21 | 11F | 34 | 2C |
| Octal | 221 | 66 | 252 | 17 | 104 | 0 | 41 | 437 | 64 | 54 |
| Binary | 10010001 | 110110 | 10101010 | 1111 | 1000100 | 0 | 100001 | 100011111 | 110100 | 101100 |
Color Harmonies of #9136AA
Complementary color
Monochromatic Colors of #9136AA
Black with #9136AA
Text Example
Text Example
White with #9136AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136AA; }
p { color: rgb(145,54,170); }
H1.HeaderClassName
{
color: #9136AA;
}
.AnyTagClassName
{
color: #9136AA;
}
</style>
background-color css
<style>
a { background-color: #9136AA; }
a { background-color: rgb(145,54,170); }
div.DivClassName
{
background-color: #9136AA;
}
.BgClassName
{
background-color: #9136AA;
}
</style>
border-color css
<style>
span { border-color: #9136AA; }
span { border-color: rgb(145,54,170); }
td.TdClassName
{
border-color: #9136AA;
}
.TagClassName
{
border-color: #9136AA;
}
</style>