Shades of Vivid Violet #9A369F
Tints of Vivid Violet #9A369F
RGB
CMYK
RGB Variations
Color information
#9A369F (or 0x9A369F) is known color: Vivid Violet. HEX triplet: 9A, 36 and 9F. RGB value is (154,54,159). Sum of RGB (Red+Green+Blue) = 154+54+159=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A369F is #65C960. Grayscale: #5F5F5F. Windows color (decimal): -6670689 or 10434202. OLE color: 10434202.
HSL color Cylindrical-coordinate representation of color #9A369F: hue angle of 297.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A369F is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 54 | 159 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.38 |
| HSL | 297.14º | 0.49% | 0.42% | - |
| HSV(B) | 297.14º | 0.66% | 0.62% | - |
| XYZ | 20.9 | 12.01 | 34.02 | - |
| YUV | 95.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 159 | 0.03 | 0.66 | 0 | 0.38 | 297.14 | 0.49 | 0.42 |
| Hex | 9A | 36 | 9F | 3 | 42 | 0 | 26 | 129 | 31 | 2A |
| Octal | 232 | 66 | 237 | 3 | 102 | 0 | 46 | 451 | 61 | 52 |
| Binary | 10011010 | 110110 | 10011111 | 11 | 1000010 | 0 | 100110 | 100101001 | 110001 | 101010 |
Color Harmonies of #9A369F
Complementary color
Monochromatic Colors of #9A369F
Black with #9A369F
Text Example
Text Example
White with #9A369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A369F; }
p { color: rgb(154,54,159); }
H1.HeaderClassName
{
color: #9A369F;
}
.AnyTagClassName
{
color: #9A369F;
}
</style>
background-color css
<style>
a { background-color: #9A369F; }
a { background-color: rgb(154,54,159); }
div.DivClassName
{
background-color: #9A369F;
}
.BgClassName
{
background-color: #9A369F;
}
</style>
border-color css
<style>
span { border-color: #9A369F; }
span { border-color: rgb(154,54,159); }
td.TdClassName
{
border-color: #9A369F;
}
.TagClassName
{
border-color: #9A369F;
}
</style>