Shades of Vivid Violet #952BAA
Tints of Vivid Violet #952BAA
RGB
CMYK
RGB Variations
Color information
#952BAA (or 0x952BAA) is known color: Vivid Violet. HEX triplet: 95, 2B and AA. RGB value is (149,43,170). Sum of RGB (Red+Green+Blue) = 149+43+170=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #952BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BAA is #6AD455. Grayscale: #585858. Windows color (decimal): -7001174 or 11152277. OLE color: 11152277.
HSL color Cylindrical-coordinate representation of color #952BAA: hue angle of 290.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952BAA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 43 | 170 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.33 |
| HSL | 290.08º | 0.6% | 0.42% | - |
| HSV(B) | 290.08º | 0.75% | 0.67% | - |
| XYZ | 20.51 | 11.02 | 39.08 | - |
| YUV | 89.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 170 | 0.12 | 0.75 | 0 | 0.33 | 290.08 | 0.6 | 0.42 |
| Hex | 95 | 2B | AA | C | 4B | 0 | 21 | 122 | 3C | 2A |
| Octal | 225 | 53 | 252 | 14 | 113 | 0 | 41 | 442 | 74 | 52 |
| Binary | 10010101 | 101011 | 10101010 | 1100 | 1001011 | 0 | 100001 | 100100010 | 111100 | 101010 |
Color Harmonies of #952BAA
Complementary color
Monochromatic Colors of #952BAA
Black with #952BAA
Text Example
Text Example
White with #952BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BAA; }
p { color: rgb(149,43,170); }
H1.HeaderClassName
{
color: #952BAA;
}
.AnyTagClassName
{
color: #952BAA;
}
</style>
background-color css
<style>
a { background-color: #952BAA; }
a { background-color: rgb(149,43,170); }
div.DivClassName
{
background-color: #952BAA;
}
.BgClassName
{
background-color: #952BAA;
}
</style>
border-color css
<style>
span { border-color: #952BAA; }
span { border-color: rgb(149,43,170); }
td.TdClassName
{
border-color: #952BAA;
}
.TagClassName
{
border-color: #952BAA;
}
</style>