Shades of Studio #833EB6
Tints of Studio #833EB6
RGB
CMYK
RGB Variations
Color information
#833EB6 (or 0x833EB6) is known color: Studio. HEX triplet: 83, 3E and B6. RGB value is (131,62,182). Sum of RGB (Red+Green+Blue) = 131+62+182=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #833EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EB6 is #7CC149. Grayscale: #5F5F5F. Windows color (decimal): -8175946 or 11943555. OLE color: 11943555.
HSL color Cylindrical-coordinate representation of color #833EB6: hue angle of 274.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833EB6 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 62 | 182 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.29 |
| HSL | 274.5º | 0.49% | 0.48% | - |
| HSV(B) | 274.5º | 0.66% | 0.71% | - |
| XYZ | 19.53 | 11.65 | 45.48 | - |
| YUV | 96.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 182 | 0.28 | 0.66 | 0 | 0.29 | 274.5 | 0.49 | 0.48 |
| Hex | 83 | 3E | B6 | 1C | 42 | 0 | 1D | 112 | 31 | 30 |
| Octal | 203 | 76 | 266 | 34 | 102 | 0 | 35 | 422 | 61 | 60 |
| Binary | 10000011 | 111110 | 10110110 | 11100 | 1000010 | 0 | 11101 | 100010010 | 110001 | 110000 |
Color Harmonies of #833EB6
Complementary color
Monochromatic Colors of #833EB6
Black with #833EB6
Text Example
Text Example
White with #833EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EB6; }
p { color: rgb(131,62,182); }
H1.HeaderClassName
{
color: #833EB6;
}
.AnyTagClassName
{
color: #833EB6;
}
</style>
background-color css
<style>
a { background-color: #833EB6; }
a { background-color: rgb(131,62,182); }
div.DivClassName
{
background-color: #833EB6;
}
.BgClassName
{
background-color: #833EB6;
}
</style>
border-color css
<style>
span { border-color: #833EB6; }
span { border-color: rgb(131,62,182); }
td.TdClassName
{
border-color: #833EB6;
}
.TagClassName
{
border-color: #833EB6;
}
</style>