Shades of Vivid Violet #95269A
Tints of Vivid Violet #95269A
RGB
CMYK
RGB Variations
Color information
#95269A (or 0x95269A) is known color: Vivid Violet. HEX triplet: 95, 26 and 9A. RGB value is (149,38,154). Sum of RGB (Red+Green+Blue) = 149+38+154=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #95269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95269A is #6AD965. Grayscale: #545454. Windows color (decimal): -7002470 or 10102421. OLE color: 10102421.
HSL color Cylindrical-coordinate representation of color #95269A: hue angle of 297.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95269A is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 38 | 154 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.40 |
| HSL | 297.41º | 0.6% | 0.38% | - |
| HSV(B) | 297.41º | 0.75% | 0.6% | - |
| XYZ | 18.92 | 10.11 | 31.53 | - |
| YUV | 84.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 154 | 0.03 | 0.75 | 0 | 0.40 | 297.41 | 0.6 | 0.38 |
| Hex | 95 | 26 | 9A | 3 | 4B | 0 | 28 | 129 | 3C | 26 |
| Octal | 225 | 46 | 232 | 3 | 113 | 0 | 50 | 451 | 74 | 46 |
| Binary | 10010101 | 100110 | 10011010 | 11 | 1001011 | 0 | 101000 | 100101001 | 111100 | 100110 |
Color Harmonies of #95269A
Complementary color
Monochromatic Colors of #95269A
Black with #95269A
Text Example
Text Example
White with #95269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95269A; }
p { color: rgb(149,38,154); }
H1.HeaderClassName
{
color: #95269A;
}
.AnyTagClassName
{
color: #95269A;
}
</style>
background-color css
<style>
a { background-color: #95269A; }
a { background-color: rgb(149,38,154); }
div.DivClassName
{
background-color: #95269A;
}
.BgClassName
{
background-color: #95269A;
}
</style>
border-color css
<style>
span { border-color: #95269A; }
span { border-color: rgb(149,38,154); }
td.TdClassName
{
border-color: #95269A;
}
.TagClassName
{
border-color: #95269A;
}
</style>