Shades of Vivid Violet #8B35AD
Tints of Vivid Violet #8B35AD
RGB
CMYK
RGB Variations
Color information
#8B35AD (or 0x8B35AD) is known color: Vivid Violet. HEX triplet: 8B, 35 and AD. RGB value is (139,53,173). Sum of RGB (Red+Green+Blue) = 139+53+173=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B35AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B35AD is #74CA52. Grayscale: #5C5C5C. Windows color (decimal): -7653971 or 11351435. OLE color: 11351435.
HSL color Cylindrical-coordinate representation of color #8B35AD: hue angle of 283º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B35AD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 53 | 173 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.32 |
| HSL | 283º | 0.53% | 0.44% | - |
| HSV(B) | 283º | 0.69% | 0.68% | - |
| XYZ | 19.46 | 11.05 | 40.64 | - |
| YUV | 92.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 173 | 0.20 | 0.69 | 0 | 0.32 | 283 | 0.53 | 0.44 |
| Hex | 8B | 35 | AD | 14 | 45 | 0 | 20 | 11B | 35 | 2C |
| Octal | 213 | 65 | 255 | 24 | 105 | 0 | 40 | 433 | 65 | 54 |
| Binary | 10001011 | 110101 | 10101101 | 10100 | 1000101 | 0 | 100000 | 100011011 | 110101 | 101100 |
Color Harmonies of #8B35AD
Complementary color
Monochromatic Colors of #8B35AD
Black with #8B35AD
Text Example
Text Example
White with #8B35AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B35AD; }
p { color: rgb(139,53,173); }
H1.HeaderClassName
{
color: #8B35AD;
}
.AnyTagClassName
{
color: #8B35AD;
}
</style>
background-color css
<style>
a { background-color: #8B35AD; }
a { background-color: rgb(139,53,173); }
div.DivClassName
{
background-color: #8B35AD;
}
.BgClassName
{
background-color: #8B35AD;
}
</style>
border-color css
<style>
span { border-color: #8B35AD; }
span { border-color: rgb(139,53,173); }
td.TdClassName
{
border-color: #8B35AD;
}
.TagClassName
{
border-color: #8B35AD;
}
</style>