Shades of Vivid Violet #9538A7
Tints of Vivid Violet #9538A7
RGB
CMYK
RGB Variations
Color information
#9538A7 (or 0x9538A7) is known color: Vivid Violet. HEX triplet: 95, 38 and A7. RGB value is (149,56,167). Sum of RGB (Red+Green+Blue) = 149+56+167=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #9538A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9538A7 is #6AC758. Grayscale: #606060. Windows color (decimal): -6997849 or 10958997. OLE color: 10958997.
HSL color Cylindrical-coordinate representation of color #9538A7: hue angle of 290.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9538A7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 56 | 167 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.35 |
| HSL | 290.27º | 0.5% | 0.44% | - |
| HSV(B) | 290.27º | 0.66% | 0.65% | - |
| XYZ | 20.78 | 12.01 | 37.78 | - |
| YUV | 96.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 167 | 0.11 | 0.66 | 0 | 0.35 | 290.27 | 0.5 | 0.44 |
| Hex | 95 | 38 | A7 | B | 42 | 0 | 23 | 122 | 32 | 2C |
| Octal | 225 | 70 | 247 | 13 | 102 | 0 | 43 | 442 | 62 | 54 |
| Binary | 10010101 | 111000 | 10100111 | 1011 | 1000010 | 0 | 100011 | 100100010 | 110010 | 101100 |
Color Harmonies of #9538A7
Complementary color
Monochromatic Colors of #9538A7
Black with #9538A7
Text Example
Text Example
White with #9538A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9538A7; }
p { color: rgb(149,56,167); }
H1.HeaderClassName
{
color: #9538A7;
}
.AnyTagClassName
{
color: #9538A7;
}
</style>
background-color css
<style>
a { background-color: #9538A7; }
a { background-color: rgb(149,56,167); }
div.DivClassName
{
background-color: #9538A7;
}
.BgClassName
{
background-color: #9538A7;
}
</style>
border-color css
<style>
span { border-color: #9538A7; }
span { border-color: rgb(149,56,167); }
td.TdClassName
{
border-color: #9538A7;
}
.TagClassName
{
border-color: #9538A7;
}
</style>