Shades of Vivid Violet #9F23A3
Tints of Vivid Violet #9F23A3
RGB
CMYK
RGB Variations
Color information
#9F23A3 (or 0x9F23A3) is known color: Vivid Violet. HEX triplet: 9F, 23 and A3. RGB value is (159,35,163). Sum of RGB (Red+Green+Blue) = 159+35+163=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F23A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F23A3 is #60DC5C. Grayscale: #565656. Windows color (decimal): -6347869 or 10691487. OLE color: 10691487.
HSL color Cylindrical-coordinate representation of color #9F23A3: hue angle of 298.12º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F23A3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 35 | 163 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.36 |
| HSL | 298.13º | 0.65% | 0.39% | - |
| HSV(B) | 298.13º | 0.79% | 0.64% | - |
| XYZ | 21.51 | 11.22 | 35.68 | - |
| YUV | 86.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 163 | 0.02 | 0.79 | 0 | 0.36 | 298.13 | 0.65 | 0.39 |
| Hex | 9F | 23 | A3 | 2 | 4F | 0 | 24 | 12A | 41 | 27 |
| Octal | 237 | 43 | 243 | 2 | 117 | 0 | 44 | 452 | 101 | 47 |
| Binary | 10011111 | 100011 | 10100011 | 10 | 1001111 | 0 | 100100 | 100101010 | 1000001 | 100111 |
Color Harmonies of #9F23A3
Complementary color
Monochromatic Colors of #9F23A3
Black with #9F23A3
Text Example
Text Example
White with #9F23A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F23A3; }
p { color: rgb(159,35,163); }
H1.HeaderClassName
{
color: #9F23A3;
}
.AnyTagClassName
{
color: #9F23A3;
}
</style>
background-color css
<style>
a { background-color: #9F23A3; }
a { background-color: rgb(159,35,163); }
div.DivClassName
{
background-color: #9F23A3;
}
.BgClassName
{
background-color: #9F23A3;
}
</style>
border-color css
<style>
span { border-color: #9F23A3; }
span { border-color: rgb(159,35,163); }
td.TdClassName
{
border-color: #9F23A3;
}
.TagClassName
{
border-color: #9F23A3;
}
</style>