Shades of Violet Blue #9F459A
Tints of Violet Blue #9F459A
RGB
CMYK
RGB Variations
Color information
#9F459A (or 0x9F459A) is known color: Violet Blue. HEX triplet: 9F, 45 and 9A. RGB value is (159,69,154). Sum of RGB (Red+Green+Blue) = 159+69+154=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F459A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F459A is #60BA65. Grayscale: #696969. Windows color (decimal): -6339174 or 10110367. OLE color: 10110367.
HSL color Cylindrical-coordinate representation of color #9F459A: hue angle of 303.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F459A is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 154 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.38 |
| HSL | 303.33º | 0.39% | 0.45% | - |
| HSV(B) | 303.33º | 0.57% | 0.62% | - |
| XYZ | 22.26 | 13.96 | 32.09 | - |
| YUV | 105.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 154 | 0 | 0.57 | 0.03 | 0.38 | 303.33 | 0.39 | 0.45 |
| Hex | 9F | 45 | 9A | 0 | 39 | 3 | 26 | 12F | 27 | 2D |
| Octal | 237 | 105 | 232 | 0 | 71 | 3 | 46 | 457 | 47 | 55 |
| Binary | 10011111 | 1000101 | 10011010 | 0 | 111001 | 11 | 100110 | 100101111 | 100111 | 101101 |
Color Harmonies of #9F459A
Complementary color
Monochromatic Colors of #9F459A
Black with #9F459A
Text Example
Text Example
White with #9F459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F459A; }
p { color: rgb(159,69,154); }
H1.HeaderClassName
{
color: #9F459A;
}
.AnyTagClassName
{
color: #9F459A;
}
</style>
background-color css
<style>
a { background-color: #9F459A; }
a { background-color: rgb(159,69,154); }
div.DivClassName
{
background-color: #9F459A;
}
.BgClassName
{
background-color: #9F459A;
}
</style>
border-color css
<style>
span { border-color: #9F459A; }
span { border-color: rgb(159,69,154); }
td.TdClassName
{
border-color: #9F459A;
}
.TagClassName
{
border-color: #9F459A;
}
</style>