Shades of Vivid Violet #9339AB
Tints of Vivid Violet #9339AB
RGB
CMYK
RGB Variations
Color information
#9339AB (or 0x9339AB) is known color: Vivid Violet. HEX triplet: 93, 39 and AB. RGB value is (147,57,171). Sum of RGB (Red+Green+Blue) = 147+57+171=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9339AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9339AB is #6CC654. Grayscale: #606060. Windows color (decimal): -7128661 or 11221395. OLE color: 11221395.
HSL color Cylindrical-coordinate representation of color #9339AB: hue angle of 287.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9339AB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 57 | 171 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.33 |
| HSL | 287.37º | 0.5% | 0.45% | - |
| HSV(B) | 287.37º | 0.67% | 0.67% | - |
| XYZ | 20.85 | 12.07 | 39.76 | - |
| YUV | 96.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 171 | 0.14 | 0.67 | 0 | 0.33 | 287.37 | 0.5 | 0.45 |
| Hex | 93 | 39 | AB | E | 43 | 0 | 21 | 11F | 32 | 2D |
| Octal | 223 | 71 | 253 | 16 | 103 | 0 | 41 | 437 | 62 | 55 |
| Binary | 10010011 | 111001 | 10101011 | 1110 | 1000011 | 0 | 100001 | 100011111 | 110010 | 101101 |
Color Harmonies of #9339AB
Complementary color
Monochromatic Colors of #9339AB
Black with #9339AB
Text Example
Text Example
White with #9339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9339AB; }
p { color: rgb(147,57,171); }
H1.HeaderClassName
{
color: #9339AB;
}
.AnyTagClassName
{
color: #9339AB;
}
</style>
background-color css
<style>
a { background-color: #9339AB; }
a { background-color: rgb(147,57,171); }
div.DivClassName
{
background-color: #9339AB;
}
.BgClassName
{
background-color: #9339AB;
}
</style>
border-color css
<style>
span { border-color: #9339AB; }
span { border-color: rgb(147,57,171); }
td.TdClassName
{
border-color: #9339AB;
}
.TagClassName
{
border-color: #9339AB;
}
</style>