Shades of Blue Violet #9C23FF
Tints of Blue Violet #9C23FF
RGB
CMYK
RGB Variations
Color information
#9C23FF (or 0x9C23FF) is known color: Blue Violet. HEX triplet: 9C, 23 and FF. RGB value is (156,35,255). Sum of RGB (Red+Green+Blue) = 156+35+255=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C23FF is #63DC00. Grayscale: #5F5F5F. Windows color (decimal): -6544385 or 16720796. OLE color: 16720796.
HSL color Cylindrical-coordinate representation of color #9C23FF: hue angle of 273º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C23FF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 35 | 255 | - |
| CMYK | 0.39 | 0.86 | 0 | 0 |
| HSL | 273º | 1% | 0.57% | - |
| HSV(B) | 273º | 0.86% | 1% | - |
| XYZ | 32.36 | 15.49 | 95.89 | - |
| YUV | 96.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 255 | 0.39 | 0.86 | 0 | 0 | 273 | 1 | 0.57 |
| Hex | 9C | 23 | FF | 27 | 56 | 0 | 0 | 111 | 64 | 39 |
| Octal | 234 | 43 | 377 | 47 | 126 | 0 | 0 | 421 | 144 | 71 |
| Binary | 10011100 | 100011 | 11111111 | 100111 | 1010110 | 0 | 0 | 100010001 | 1100100 | 111001 |
Color Harmonies of #9C23FF
Complementary color
Monochromatic Colors of #9C23FF
Black with #9C23FF
Text Example
Text Example
White with #9C23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C23FF; }
p { color: rgb(156,35,255); }
H1.HeaderClassName
{
color: #9C23FF;
}
.AnyTagClassName
{
color: #9C23FF;
}
</style>
background-color css
<style>
a { background-color: #9C23FF; }
a { background-color: rgb(156,35,255); }
div.DivClassName
{
background-color: #9C23FF;
}
.BgClassName
{
background-color: #9C23FF;
}
</style>
border-color css
<style>
span { border-color: #9C23FF; }
span { border-color: rgb(156,35,255); }
td.TdClassName
{
border-color: #9C23FF;
}
.TagClassName
{
border-color: #9C23FF;
}
</style>