Shades of Violet Blue #9A69A4
Tints of Violet Blue #9A69A4
RGB
CMYK
RGB Variations
Color information
#9A69A4 (or 0x9A69A4) is known color: Violet Blue. HEX triplet: 9A, 69 and A4. RGB value is (154,105,164). Sum of RGB (Red+Green+Blue) = 154+105+164=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #9A69A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A69A4 is #65965B. Grayscale: #7E7E7E. Windows color (decimal): -6657628 or 10774938. OLE color: 10774938.
HSL color Cylindrical-coordinate representation of color #9A69A4: hue angle of 289.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A69A4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 105 | 164 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.36 |
| HSL | 289.83º | 0.24% | 0.53% | - |
| HSV(B) | 289.83º | 0.36% | 0.64% | - |
| XYZ | 25.08 | 19.65 | 37.59 | - |
| YUV | 126.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 164 | 0.06 | 0.36 | 0 | 0.36 | 289.83 | 0.24 | 0.53 |
| Hex | 9A | 69 | A4 | 6 | 24 | 0 | 24 | 122 | 18 | 35 |
| Octal | 232 | 151 | 244 | 6 | 44 | 0 | 44 | 442 | 30 | 65 |
| Binary | 10011010 | 1101001 | 10100100 | 110 | 100100 | 0 | 100100 | 100100010 | 11000 | 110101 |
Color Harmonies of #9A69A4
Complementary color
Monochromatic Colors of #9A69A4
Black with #9A69A4
Text Example
Text Example
White with #9A69A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69A4; }
p { color: rgb(154,105,164); }
H1.HeaderClassName
{
color: #9A69A4;
}
.AnyTagClassName
{
color: #9A69A4;
}
</style>
background-color css
<style>
a { background-color: #9A69A4; }
a { background-color: rgb(154,105,164); }
div.DivClassName
{
background-color: #9A69A4;
}
.BgClassName
{
background-color: #9A69A4;
}
</style>
border-color css
<style>
span { border-color: #9A69A4; }
span { border-color: rgb(154,105,164); }
td.TdClassName
{
border-color: #9A69A4;
}
.TagClassName
{
border-color: #9A69A4;
}
</style>