Shades of Violet Blue #99438A
Tints of Violet Blue #99438A
RGB
CMYK
RGB Variations
Color information
#99438A (or 0x99438A) is known color: Violet Blue. HEX triplet: 99, 43 and 8A. RGB value is (153,67,138). Sum of RGB (Red+Green+Blue) = 153+67+138=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99438A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99438A is #66BC75. Grayscale: #646464. Windows color (decimal): -6732918 or 9061273. OLE color: 9061273.
HSL color Cylindrical-coordinate representation of color #99438A: hue angle of 310.47º 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 #99438A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 138 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.4 |
| HSL | 310.47º | 0.39% | 0.43% | - |
| HSV(B) | 310.47º | 0.56% | 0.6% | - |
| XYZ | 19.73 | 12.62 | 25.44 | - |
| YUV | 100.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 138 | 0 | 0.56 | 0.10 | 0.4 | 310.47 | 0.39 | 0.43 |
| Hex | 99 | 43 | 8A | 0 | 38 | A | 28 | 136 | 27 | 2B |
| Octal | 231 | 103 | 212 | 0 | 70 | 12 | 50 | 466 | 47 | 53 |
| Binary | 10011001 | 1000011 | 10001010 | 0 | 111000 | 1010 | 101000 | 100110110 | 100111 | 101011 |
Color Harmonies of #99438A
Complementary color
Monochromatic Colors of #99438A
Black with #99438A
Text Example
Text Example
White with #99438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99438A; }
p { color: rgb(153,67,138); }
H1.HeaderClassName
{
color: #99438A;
}
.AnyTagClassName
{
color: #99438A;
}
</style>
background-color css
<style>
a { background-color: #99438A; }
a { background-color: rgb(153,67,138); }
div.DivClassName
{
background-color: #99438A;
}
.BgClassName
{
background-color: #99438A;
}
</style>
border-color css
<style>
span { border-color: #99438A; }
span { border-color: rgb(153,67,138); }
td.TdClassName
{
border-color: #99438A;
}
.TagClassName
{
border-color: #99438A;
}
</style>