Shades of Vivid Violet #9A369D
Tints of Vivid Violet #9A369D
RGB
CMYK
RGB Variations
Color information
#9A369D (or 0x9A369D) is known color: Vivid Violet. HEX triplet: 9A, 36 and 9D. RGB value is (154,54,157). Sum of RGB (Red+Green+Blue) = 154+54+157=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A369D is #65C962. Grayscale: #5F5F5F. Windows color (decimal): -6670691 or 10303130. OLE color: 10303130.
HSL color Cylindrical-coordinate representation of color #9A369D: hue angle of 298.25º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A369D is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 54 | 157 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.38 |
| HSL | 298.25º | 0.49% | 0.41% | - |
| HSV(B) | 298.25º | 0.66% | 0.62% | - |
| XYZ | 20.73 | 11.94 | 33.11 | - |
| YUV | 95.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 157 | 0.02 | 0.66 | 0 | 0.38 | 298.25 | 0.49 | 0.41 |
| Hex | 9A | 36 | 9D | 2 | 42 | 0 | 26 | 12A | 31 | 29 |
| Octal | 232 | 66 | 235 | 2 | 102 | 0 | 46 | 452 | 61 | 51 |
| Binary | 10011010 | 110110 | 10011101 | 10 | 1000010 | 0 | 100110 | 100101010 | 110001 | 101001 |
Color Harmonies of #9A369D
Complementary color
Monochromatic Colors of #9A369D
Black with #9A369D
Text Example
Text Example
White with #9A369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A369D; }
p { color: rgb(154,54,157); }
H1.HeaderClassName
{
color: #9A369D;
}
.AnyTagClassName
{
color: #9A369D;
}
</style>
background-color css
<style>
a { background-color: #9A369D; }
a { background-color: rgb(154,54,157); }
div.DivClassName
{
background-color: #9A369D;
}
.BgClassName
{
background-color: #9A369D;
}
</style>
border-color css
<style>
span { border-color: #9A369D; }
span { border-color: rgb(154,54,157); }
td.TdClassName
{
border-color: #9A369D;
}
.TagClassName
{
border-color: #9A369D;
}
</style>