Shades of Violet Blue #9A4397
Tints of Violet Blue #9A4397
RGB
CMYK
RGB Variations
Color information
#9A4397 (or 0x9A4397) is known color: Violet Blue. HEX triplet: 9A, 43 and 97. RGB value is (154,67,151). Sum of RGB (Red+Green+Blue) = 154+67+151=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4397 is #65BC68. Grayscale: #666666. Windows color (decimal): -6667369 or 9913242. OLE color: 9913242.
HSL color Cylindrical-coordinate representation of color #9A4397: hue angle of 302.07º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4397 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 67 | 151 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.40 |
| HSL | 302.07º | 0.39% | 0.43% | - |
| HSV(B) | 302.07º | 0.56% | 0.6% | - |
| XYZ | 20.92 | 13.12 | 30.71 | - |
| YUV | 102.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 151 | 0 | 0.56 | 0.02 | 0.40 | 302.07 | 0.39 | 0.43 |
| Hex | 9A | 43 | 97 | 0 | 38 | 2 | 28 | 12E | 27 | 2B |
| Octal | 232 | 103 | 227 | 0 | 70 | 2 | 50 | 456 | 47 | 53 |
| Binary | 10011010 | 1000011 | 10010111 | 0 | 111000 | 10 | 101000 | 100101110 | 100111 | 101011 |
Color Harmonies of #9A4397
Complementary color
Monochromatic Colors of #9A4397
Black with #9A4397
Text Example
Text Example
White with #9A4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4397; }
p { color: rgb(154,67,151); }
H1.HeaderClassName
{
color: #9A4397;
}
.AnyTagClassName
{
color: #9A4397;
}
</style>
background-color css
<style>
a { background-color: #9A4397; }
a { background-color: rgb(154,67,151); }
div.DivClassName
{
background-color: #9A4397;
}
.BgClassName
{
background-color: #9A4397;
}
</style>
border-color css
<style>
span { border-color: #9A4397; }
span { border-color: rgb(154,67,151); }
td.TdClassName
{
border-color: #9A4397;
}
.TagClassName
{
border-color: #9A4397;
}
</style>