Shades of Blue Violet #9A23DF
Tints of Blue Violet #9A23DF
RGB
CMYK
RGB Variations
Color information
#9A23DF (or 0x9A23DF) is known color: Blue Violet. HEX triplet: 9A, 23 and DF. RGB value is (154,35,223). Sum of RGB (Red+Green+Blue) = 154+35+223=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A23DF is #65DC20. Grayscale: #5B5B5B. Windows color (decimal): -6675489 or 14623642. OLE color: 14623642.
HSL color Cylindrical-coordinate representation of color #9A23DF: hue angle of 277.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A23DF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 35 | 223 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.13 |
| HSL | 277.98º | 0.75% | 0.51% | - |
| HSV(B) | 277.98º | 0.84% | 0.87% | - |
| XYZ | 27.25 | 13.4 | 70.96 | - |
| YUV | 92.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 223 | 0.31 | 0.84 | 0 | 0.13 | 277.98 | 0.75 | 0.51 |
| Hex | 9A | 23 | DF | 1F | 54 | 0 | D | 116 | 4B | 33 |
| Octal | 232 | 43 | 337 | 37 | 124 | 0 | 15 | 426 | 113 | 63 |
| Binary | 10011010 | 100011 | 11011111 | 11111 | 1010100 | 0 | 1101 | 100010110 | 1001011 | 110011 |
Color Harmonies of #9A23DF
Complementary color
Monochromatic Colors of #9A23DF
Black with #9A23DF
Text Example
Text Example
White with #9A23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A23DF; }
p { color: rgb(154,35,223); }
H1.HeaderClassName
{
color: #9A23DF;
}
.AnyTagClassName
{
color: #9A23DF;
}
</style>
background-color css
<style>
a { background-color: #9A23DF; }
a { background-color: rgb(154,35,223); }
div.DivClassName
{
background-color: #9A23DF;
}
.BgClassName
{
background-color: #9A23DF;
}
</style>
border-color css
<style>
span { border-color: #9A23DF; }
span { border-color: rgb(154,35,223); }
td.TdClassName
{
border-color: #9A23DF;
}
.TagClassName
{
border-color: #9A23DF;
}
</style>