Shades of Violet Blue #99628F
Tints of Violet Blue #99628F
RGB
CMYK
RGB Variations
Color information
#99628F (or 0x99628F) is known color: Violet Blue. HEX triplet: 99, 62 and 8F. RGB value is (153,98,143). Sum of RGB (Red+Green+Blue) = 153+98+143=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99628F is #669D70. Grayscale: #777777. Windows color (decimal): -6724977 or 9396889. OLE color: 9396889.
HSL color Cylindrical-coordinate representation of color #99628F: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99628F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 143 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.4 |
| HSL | 310.91º | 0.22% | 0.49% | - |
| HSV(B) | 310.91º | 0.36% | 0.6% | - |
| XYZ | 22.46 | 17.49 | 28.18 | - |
| YUV | 119.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 143 | 0 | 0.36 | 0.07 | 0.4 | 310.91 | 0.22 | 0.49 |
| Hex | 99 | 62 | 8F | 0 | 24 | 7 | 28 | 137 | 16 | 31 |
| Octal | 231 | 142 | 217 | 0 | 44 | 7 | 50 | 467 | 26 | 61 |
| Binary | 10011001 | 1100010 | 10001111 | 0 | 100100 | 111 | 101000 | 100110111 | 10110 | 110001 |
Color Harmonies of #99628F
Complementary color
Monochromatic Colors of #99628F
Black with #99628F
Text Example
Text Example
White with #99628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99628F; }
p { color: rgb(153,98,143); }
H1.HeaderClassName
{
color: #99628F;
}
.AnyTagClassName
{
color: #99628F;
}
</style>
background-color css
<style>
a { background-color: #99628F; }
a { background-color: rgb(153,98,143); }
div.DivClassName
{
background-color: #99628F;
}
.BgClassName
{
background-color: #99628F;
}
</style>
border-color css
<style>
span { border-color: #99628F; }
span { border-color: rgb(153,98,143); }
td.TdClassName
{
border-color: #99628F;
}
.TagClassName
{
border-color: #99628F;
}
</style>