Shades of Blue Violet #9C23DF
Tints of Blue Violet #9C23DF
RGB
CMYK
RGB Variations
Color information
#9C23DF (or 0x9C23DF) is known color: Blue Violet. HEX triplet: 9C, 23 and DF. RGB value is (156,35,223). Sum of RGB (Red+Green+Blue) = 156+35+223=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C23DF is #63DC20. Grayscale: #5B5B5B. Windows color (decimal): -6544417 or 14623644. OLE color: 14623644.
HSL color Cylindrical-coordinate representation of color #9C23DF: hue angle of 278.62º 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 #9C23DF is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 35 | 223 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.13 |
| HSL | 278.62º | 0.75% | 0.51% | - |
| HSV(B) | 278.62º | 0.84% | 0.87% | - |
| XYZ | 27.63 | 13.6 | 70.98 | - |
| YUV | 92.61 | 201.59 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 223 | 0.30 | 0.84 | 0 | 0.13 | 278.62 | 0.75 | 0.51 |
| Hex | 9C | 23 | DF | 1E | 54 | 0 | D | 117 | 4B | 33 |
| Octal | 234 | 43 | 337 | 36 | 124 | 0 | 15 | 427 | 113 | 63 |
| Binary | 10011100 | 100011 | 11011111 | 11110 | 1010100 | 0 | 1101 | 100010111 | 1001011 | 110011 |
Color Harmonies of #9C23DF
Complementary color
Monochromatic Colors of #9C23DF
Black with #9C23DF
Text Example
Text Example
White with #9C23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C23DF; }
p { color: rgb(156,35,223); }
H1.HeaderClassName
{
color: #9C23DF;
}
.AnyTagClassName
{
color: #9C23DF;
}
</style>
background-color css
<style>
a { background-color: #9C23DF; }
a { background-color: rgb(156,35,223); }
div.DivClassName
{
background-color: #9C23DF;
}
.BgClassName
{
background-color: #9C23DF;
}
</style>
border-color css
<style>
span { border-color: #9C23DF; }
span { border-color: rgb(156,35,223); }
td.TdClassName
{
border-color: #9C23DF;
}
.TagClassName
{
border-color: #9C23DF;
}
</style>