Shades of Blue Violet #883AD5
Tints of Blue Violet #883AD5
RGB
CMYK
RGB Variations
Color information
#883AD5 (or 0x883AD5) is known color: Blue Violet. HEX triplet: 88, 3A and D5. RGB value is (136,58,213). Sum of RGB (Red+Green+Blue) = 136+58+213=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #883AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AD5 is #77C52A. Grayscale: #626262. Windows color (decimal): -7849259 or 13974152. OLE color: 13974152.
HSL color Cylindrical-coordinate representation of color #883AD5: hue angle of 270.19º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883AD5 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 58 | 213 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.16 |
| HSL | 270.19º | 0.65% | 0.53% | - |
| HSV(B) | 270.19º | 0.73% | 0.84% | - |
| XYZ | 23.68 | 13.06 | 64.22 | - |
| YUV | 98.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 213 | 0.36 | 0.73 | 0 | 0.16 | 270.19 | 0.65 | 0.53 |
| Hex | 88 | 3A | D5 | 24 | 49 | 0 | 10 | 10E | 41 | 35 |
| Octal | 210 | 72 | 325 | 44 | 111 | 0 | 20 | 416 | 101 | 65 |
| Binary | 10001000 | 111010 | 11010101 | 100100 | 1001001 | 0 | 10000 | 100001110 | 1000001 | 110101 |
Color Harmonies of #883AD5
Complementary color
Monochromatic Colors of #883AD5
Black with #883AD5
Text Example
Text Example
White with #883AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AD5; }
p { color: rgb(136,58,213); }
H1.HeaderClassName
{
color: #883AD5;
}
.AnyTagClassName
{
color: #883AD5;
}
</style>
background-color css
<style>
a { background-color: #883AD5; }
a { background-color: rgb(136,58,213); }
div.DivClassName
{
background-color: #883AD5;
}
.BgClassName
{
background-color: #883AD5;
}
</style>
border-color css
<style>
span { border-color: #883AD5; }
span { border-color: rgb(136,58,213); }
td.TdClassName
{
border-color: #883AD5;
}
.TagClassName
{
border-color: #883AD5;
}
</style>