Shades of Blue Violet #8830D3
Tints of Blue Violet #8830D3
RGB
CMYK
RGB Variations
Color information
#8830D3 (or 0x8830D3) is known color: Blue Violet. HEX triplet: 88, 30 and D3. RGB value is (136,48,211). Sum of RGB (Red+Green+Blue) = 136+48+211=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #8830D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830D3 is #77CF2C. Grayscale: #5C5C5C. Windows color (decimal): -7851821 or 13840520. OLE color: 13840520.
HSL color Cylindrical-coordinate representation of color #8830D3: hue angle of 272.39º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8830D3 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 48 | 211 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.17 |
| HSL | 272.39º | 0.65% | 0.51% | - |
| HSV(B) | 272.39º | 0.77% | 0.83% | - |
| XYZ | 22.97 | 12.05 | 62.74 | - |
| YUV | 92.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 211 | 0.36 | 0.77 | 0 | 0.17 | 272.39 | 0.65 | 0.51 |
| Hex | 88 | 30 | D3 | 24 | 4D | 0 | 11 | 110 | 41 | 33 |
| Octal | 210 | 60 | 323 | 44 | 115 | 0 | 21 | 420 | 101 | 63 |
| Binary | 10001000 | 110000 | 11010011 | 100100 | 1001101 | 0 | 10001 | 100010000 | 1000001 | 110011 |
Color Harmonies of #8830D3
Complementary color
Monochromatic Colors of #8830D3
Black with #8830D3
Text Example
Text Example
White with #8830D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830D3; }
p { color: rgb(136,48,211); }
H1.HeaderClassName
{
color: #8830D3;
}
.AnyTagClassName
{
color: #8830D3;
}
</style>
background-color css
<style>
a { background-color: #8830D3; }
a { background-color: rgb(136,48,211); }
div.DivClassName
{
background-color: #8830D3;
}
.BgClassName
{
background-color: #8830D3;
}
</style>
border-color css
<style>
span { border-color: #8830D3; }
span { border-color: rgb(136,48,211); }
td.TdClassName
{
border-color: #8830D3;
}
.TagClassName
{
border-color: #8830D3;
}
</style>