Shades of Violet Blue #99458A
Tints of Violet Blue #99458A
RGB
CMYK
RGB Variations
Color information
#99458A (or 0x99458A) is known color: Violet Blue. HEX triplet: 99, 45 and 8A. RGB value is (153,69,138). Sum of RGB (Red+Green+Blue) = 153+69+138=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99458A is #66BA75. Grayscale: #656565. Windows color (decimal): -6732406 or 9061785. OLE color: 9061785.
HSL color Cylindrical-coordinate representation of color #99458A: hue angle of 310.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99458A is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 138 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.4 |
| HSL | 310.71º | 0.38% | 0.44% | - |
| HSV(B) | 310.71º | 0.55% | 0.6% | - |
| XYZ | 19.85 | 12.86 | 25.48 | - |
| YUV | 101.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 138 | 0 | 0.55 | 0.10 | 0.4 | 310.71 | 0.38 | 0.44 |
| Hex | 99 | 45 | 8A | 0 | 37 | A | 28 | 137 | 26 | 2C |
| Octal | 231 | 105 | 212 | 0 | 67 | 12 | 50 | 467 | 46 | 54 |
| Binary | 10011001 | 1000101 | 10001010 | 0 | 110111 | 1010 | 101000 | 100110111 | 100110 | 101100 |
Color Harmonies of #99458A
Complementary color
Monochromatic Colors of #99458A
Black with #99458A
Text Example
Text Example
White with #99458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99458A; }
p { color: rgb(153,69,138); }
H1.HeaderClassName
{
color: #99458A;
}
.AnyTagClassName
{
color: #99458A;
}
</style>
background-color css
<style>
a { background-color: #99458A; }
a { background-color: rgb(153,69,138); }
div.DivClassName
{
background-color: #99458A;
}
.BgClassName
{
background-color: #99458A;
}
</style>
border-color css
<style>
span { border-color: #99458A; }
span { border-color: rgb(153,69,138); }
td.TdClassName
{
border-color: #99458A;
}
.TagClassName
{
border-color: #99458A;
}
</style>