Shades of Blue Violet #9C23F7
Tints of Blue Violet #9C23F7
RGB
CMYK
RGB Variations
Color information
#9C23F7 (or 0x9C23F7) is known color: Blue Violet. HEX triplet: 9C, 23 and F7. RGB value is (156,35,247). Sum of RGB (Red+Green+Blue) = 156+35+247=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #9C23F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C23F7 is #63DC08. Grayscale: #5E5E5E. Windows color (decimal): -6544393 or 16196508. OLE color: 16196508.
HSL color Cylindrical-coordinate representation of color #9C23F7: hue angle of 274.25º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C23F7 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 35 | 247 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.03 |
| HSL | 274.25º | 0.93% | 0.55% | - |
| HSV(B) | 274.25º | 0.86% | 0.97% | - |
| XYZ | 31.1 | 14.99 | 89.25 | - |
| YUV | 95.35 | 213.59 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 35 | 247 | 0.37 | 0.86 | 0 | 0.03 | 274.25 | 0.93 | 0.55 |
| Hex | 9C | 23 | F7 | 25 | 56 | 0 | 3 | 112 | 5D | 37 |
| Octal | 234 | 43 | 367 | 45 | 126 | 0 | 3 | 422 | 135 | 67 |
| Binary | 10011100 | 100011 | 11110111 | 100101 | 1010110 | 0 | 11 | 100010010 | 1011101 | 110111 |
Color Harmonies of #9C23F7
Complementary color
Monochromatic Colors of #9C23F7
Black with #9C23F7
Text Example
Text Example
White with #9C23F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C23F7; }
p { color: rgb(156,35,247); }
H1.HeaderClassName
{
color: #9C23F7;
}
.AnyTagClassName
{
color: #9C23F7;
}
</style>
background-color css
<style>
a { background-color: #9C23F7; }
a { background-color: rgb(156,35,247); }
div.DivClassName
{
background-color: #9C23F7;
}
.BgClassName
{
background-color: #9C23F7;
}
</style>
border-color css
<style>
span { border-color: #9C23F7; }
span { border-color: rgb(156,35,247); }
td.TdClassName
{
border-color: #9C23F7;
}
.TagClassName
{
border-color: #9C23F7;
}
</style>