Shades of Violet Blue #9A6792
Tints of Violet Blue #9A6792
RGB
CMYK
RGB Variations
Color information
#9A6792 (or 0x9A6792) is known color: Violet Blue. HEX triplet: 9A, 67 and 92. RGB value is (154,103,146). Sum of RGB (Red+Green+Blue) = 154+103+146=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6792 is #65986D. Grayscale: #7B7B7B. Windows color (decimal): -6658158 or 9594778. OLE color: 9594778.
HSL color Cylindrical-coordinate representation of color #9A6792: hue angle of 309.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A6792 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 146 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.40 |
| HSL | 309.41º | 0.2% | 0.5% | - |
| HSV(B) | 309.41º | 0.33% | 0.6% | - |
| XYZ | 23.36 | 18.65 | 29.56 | - |
| YUV | 123.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 146 | 0 | 0.33 | 0.05 | 0.40 | 309.41 | 0.2 | 0.5 |
| Hex | 9A | 67 | 92 | 0 | 21 | 5 | 28 | 135 | 14 | 32 |
| Octal | 232 | 147 | 222 | 0 | 41 | 5 | 50 | 465 | 24 | 62 |
| Binary | 10011010 | 1100111 | 10010010 | 0 | 100001 | 101 | 101000 | 100110101 | 10100 | 110010 |
Color Harmonies of #9A6792
Complementary color
Monochromatic Colors of #9A6792
Black with #9A6792
Text Example
Text Example
White with #9A6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6792; }
p { color: rgb(154,103,146); }
H1.HeaderClassName
{
color: #9A6792;
}
.AnyTagClassName
{
color: #9A6792;
}
</style>
background-color css
<style>
a { background-color: #9A6792; }
a { background-color: rgb(154,103,146); }
div.DivClassName
{
background-color: #9A6792;
}
.BgClassName
{
background-color: #9A6792;
}
</style>
border-color css
<style>
span { border-color: #9A6792; }
span { border-color: rgb(154,103,146); }
td.TdClassName
{
border-color: #9A6792;
}
.TagClassName
{
border-color: #9A6792;
}
</style>