Shades of Vivid Violet #9923A5
Tints of Vivid Violet #9923A5
RGB
CMYK
RGB Variations
Color information
#9923A5 (or 0x9923A5) is known color: Vivid Violet. HEX triplet: 99, 23 and A5. RGB value is (153,35,165). Sum of RGB (Red+Green+Blue) = 153+35+165=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #9923A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9923A5 is #66DC5A. Grayscale: #545454. Windows color (decimal): -6741083 or 10822553. OLE color: 10822553.
HSL color Cylindrical-coordinate representation of color #9923A5: hue angle of 294.46º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9923A5 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 35 | 165 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.35 |
| HSL | 294.46º | 0.65% | 0.39% | - |
| HSV(B) | 294.46º | 0.79% | 0.65% | - |
| XYZ | 20.53 | 10.69 | 36.58 | - |
| YUV | 85.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 165 | 0.07 | 0.79 | 0 | 0.35 | 294.46 | 0.65 | 0.39 |
| Hex | 99 | 23 | A5 | 7 | 4F | 0 | 23 | 126 | 41 | 27 |
| Octal | 231 | 43 | 245 | 7 | 117 | 0 | 43 | 446 | 101 | 47 |
| Binary | 10011001 | 100011 | 10100101 | 111 | 1001111 | 0 | 100011 | 100100110 | 1000001 | 100111 |
Color Harmonies of #9923A5
Complementary color
Monochromatic Colors of #9923A5
Black with #9923A5
Text Example
Text Example
White with #9923A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9923A5; }
p { color: rgb(153,35,165); }
H1.HeaderClassName
{
color: #9923A5;
}
.AnyTagClassName
{
color: #9923A5;
}
</style>
background-color css
<style>
a { background-color: #9923A5; }
a { background-color: rgb(153,35,165); }
div.DivClassName
{
background-color: #9923A5;
}
.BgClassName
{
background-color: #9923A5;
}
</style>
border-color css
<style>
span { border-color: #9923A5; }
span { border-color: rgb(153,35,165); }
td.TdClassName
{
border-color: #9923A5;
}
.TagClassName
{
border-color: #9923A5;
}
</style>