Shades of Violet Blue #9C65A2
Tints of Violet Blue #9C65A2
RGB
CMYK
RGB Variations
Color information
#9C65A2 (or 0x9C65A2) is known color: Violet Blue. HEX triplet: 9C, 65 and A2. RGB value is (156,101,162). Sum of RGB (Red+Green+Blue) = 156+101+162=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C65A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C65A2 is #639A5D. Grayscale: #7C7C7C. Windows color (decimal): -6527582 or 10642844. OLE color: 10642844.
HSL color Cylindrical-coordinate representation of color #9C65A2: hue angle of 294.1º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C65A2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 101 | 162 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.36 |
| HSL | 294.1º | 0.25% | 0.52% | - |
| HSV(B) | 294.1º | 0.38% | 0.64% | - |
| XYZ | 24.89 | 18.98 | 36.54 | - |
| YUV | 124.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 162 | 0.04 | 0.38 | 0 | 0.36 | 294.1 | 0.25 | 0.52 |
| Hex | 9C | 65 | A2 | 4 | 26 | 0 | 24 | 126 | 19 | 34 |
| Octal | 234 | 145 | 242 | 4 | 46 | 0 | 44 | 446 | 31 | 64 |
| Binary | 10011100 | 1100101 | 10100010 | 100 | 100110 | 0 | 100100 | 100100110 | 11001 | 110100 |
Color Harmonies of #9C65A2
Complementary color
Monochromatic Colors of #9C65A2
Black with #9C65A2
Text Example
Text Example
White with #9C65A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C65A2; }
p { color: rgb(156,101,162); }
H1.HeaderClassName
{
color: #9C65A2;
}
.AnyTagClassName
{
color: #9C65A2;
}
</style>
background-color css
<style>
a { background-color: #9C65A2; }
a { background-color: rgb(156,101,162); }
div.DivClassName
{
background-color: #9C65A2;
}
.BgClassName
{
background-color: #9C65A2;
}
</style>
border-color css
<style>
span { border-color: #9C65A2; }
span { border-color: rgb(156,101,162); }
td.TdClassName
{
border-color: #9C65A2;
}
.TagClassName
{
border-color: #9C65A2;
}
</style>