Shades of Vivid Violet #9A38AA
Tints of Vivid Violet #9A38AA
RGB
CMYK
RGB Variations
Color information
#9A38AA (or 0x9A38AA) is known color: Vivid Violet. HEX triplet: 9A, 38 and AA. RGB value is (154,56,170). Sum of RGB (Red+Green+Blue) = 154+56+170=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A38AA is #65C755. Grayscale: #616161. Windows color (decimal): -6670166 or 11155610. OLE color: 11155610.
HSL color Cylindrical-coordinate representation of color #9A38AA: hue angle of 291.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A38AA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 56 | 170 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.33 |
| HSL | 291.58º | 0.5% | 0.44% | - |
| HSV(B) | 291.58º | 0.67% | 0.67% | - |
| XYZ | 22 | 12.6 | 39.3 | - |
| YUV | 98.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 56 | 170 | 0.09 | 0.67 | 0 | 0.33 | 291.58 | 0.5 | 0.44 |
| Hex | 9A | 38 | AA | 9 | 43 | 0 | 21 | 124 | 32 | 2C |
| Octal | 232 | 70 | 252 | 11 | 103 | 0 | 41 | 444 | 62 | 54 |
| Binary | 10011010 | 111000 | 10101010 | 1001 | 1000011 | 0 | 100001 | 100100100 | 110010 | 101100 |
Color Harmonies of #9A38AA
Complementary color
Monochromatic Colors of #9A38AA
Black with #9A38AA
Text Example
Text Example
White with #9A38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A38AA; }
p { color: rgb(154,56,170); }
H1.HeaderClassName
{
color: #9A38AA;
}
.AnyTagClassName
{
color: #9A38AA;
}
</style>
background-color css
<style>
a { background-color: #9A38AA; }
a { background-color: rgb(154,56,170); }
div.DivClassName
{
background-color: #9A38AA;
}
.BgClassName
{
background-color: #9A38AA;
}
</style>
border-color css
<style>
span { border-color: #9A38AA; }
span { border-color: rgb(154,56,170); }
td.TdClassName
{
border-color: #9A38AA;
}
.TagClassName
{
border-color: #9A38AA;
}
</style>