Shades of Studio #833AAA
Tints of Studio #833AAA
RGB
CMYK
RGB Variations
Color information
#833AAA (or 0x833AAA) is known color: Studio. HEX triplet: 83, 3A and AA. RGB value is (131,58,170). Sum of RGB (Red+Green+Blue) = 131+58+170=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #833AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAA is #7CC555. Grayscale: #5C5C5C. Windows color (decimal): -8176982 or 11156099. OLE color: 11156099.
HSL color Cylindrical-coordinate representation of color #833AAA: hue angle of 279.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833AAA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 58 | 170 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.33 |
| HSL | 279.11º | 0.49% | 0.45% | - |
| HSV(B) | 279.11º | 0.66% | 0.67% | - |
| XYZ | 18.13 | 10.75 | 39.15 | - |
| YUV | 92.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 170 | 0.23 | 0.66 | 0 | 0.33 | 279.11 | 0.49 | 0.45 |
| Hex | 83 | 3A | AA | 17 | 42 | 0 | 21 | 117 | 31 | 2D |
| Octal | 203 | 72 | 252 | 27 | 102 | 0 | 41 | 427 | 61 | 55 |
| Binary | 10000011 | 111010 | 10101010 | 10111 | 1000010 | 0 | 100001 | 100010111 | 110001 | 101101 |
Color Harmonies of #833AAA
Complementary color
Monochromatic Colors of #833AAA
Black with #833AAA
Text Example
Text Example
White with #833AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AAA; }
p { color: rgb(131,58,170); }
H1.HeaderClassName
{
color: #833AAA;
}
.AnyTagClassName
{
color: #833AAA;
}
</style>
background-color css
<style>
a { background-color: #833AAA; }
a { background-color: rgb(131,58,170); }
div.DivClassName
{
background-color: #833AAA;
}
.BgClassName
{
background-color: #833AAA;
}
</style>
border-color css
<style>
span { border-color: #833AAA; }
span { border-color: rgb(131,58,170); }
td.TdClassName
{
border-color: #833AAA;
}
.TagClassName
{
border-color: #833AAA;
}
</style>