Shades of Blue Violet #833ACE
Tints of Blue Violet #833ACE
RGB
CMYK
RGB Variations
Color information
#833ACE (or 0x833ACE) is known color: Blue Violet. HEX triplet: 83, 3A and CE. RGB value is (131,58,206). Sum of RGB (Red+Green+Blue) = 131+58+206=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #833ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ACE is #7CC531. Grayscale: #606060. Windows color (decimal): -8176946 or 13515395. OLE color: 13515395.
HSL color Cylindrical-coordinate representation of color #833ACE: hue angle of 269.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833ACE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 58 | 206 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.19 |
| HSL | 269.59º | 0.6% | 0.52% | - |
| HSV(B) | 269.59º | 0.72% | 0.81% | - |
| XYZ | 22.01 | 12.31 | 59.61 | - |
| YUV | 96.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 206 | 0.36 | 0.72 | 0 | 0.19 | 269.59 | 0.6 | 0.52 |
| Hex | 83 | 3A | CE | 24 | 48 | 0 | 13 | 10E | 3C | 34 |
| Octal | 203 | 72 | 316 | 44 | 110 | 0 | 23 | 416 | 74 | 64 |
| Binary | 10000011 | 111010 | 11001110 | 100100 | 1001000 | 0 | 10011 | 100001110 | 111100 | 110100 |
Color Harmonies of #833ACE
Complementary color
Monochromatic Colors of #833ACE
Black with #833ACE
Text Example
Text Example
White with #833ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833ACE; }
p { color: rgb(131,58,206); }
H1.HeaderClassName
{
color: #833ACE;
}
.AnyTagClassName
{
color: #833ACE;
}
</style>
background-color css
<style>
a { background-color: #833ACE; }
a { background-color: rgb(131,58,206); }
div.DivClassName
{
background-color: #833ACE;
}
.BgClassName
{
background-color: #833ACE;
}
</style>
border-color css
<style>
span { border-color: #833ACE; }
span { border-color: rgb(131,58,206); }
td.TdClassName
{
border-color: #833ACE;
}
.TagClassName
{
border-color: #833ACE;
}
</style>