Shades of Studio #833FB3
Tints of Studio #833FB3
RGB
CMYK
RGB Variations
Color information
#833FB3 (or 0x833FB3) is known color: Studio. HEX triplet: 83, 3F and B3. RGB value is (131,63,179). Sum of RGB (Red+Green+Blue) = 131+63+179=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #833FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FB3 is #7CC04C. Grayscale: #606060. Windows color (decimal): -8175693 or 11747203. OLE color: 11747203.
HSL color Cylindrical-coordinate representation of color #833FB3: hue angle of 275.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833FB3 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 63 | 179 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.30 |
| HSL | 275.17º | 0.48% | 0.47% | - |
| HSV(B) | 275.17º | 0.65% | 0.7% | - |
| XYZ | 19.27 | 11.63 | 43.88 | - |
| YUV | 96.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 179 | 0.27 | 0.65 | 0 | 0.30 | 275.17 | 0.48 | 0.47 |
| Hex | 83 | 3F | B3 | 1B | 41 | 0 | 1E | 113 | 30 | 2F |
| Octal | 203 | 77 | 263 | 33 | 101 | 0 | 36 | 423 | 60 | 57 |
| Binary | 10000011 | 111111 | 10110011 | 11011 | 1000001 | 0 | 11110 | 100010011 | 110000 | 101111 |
Color Harmonies of #833FB3
Complementary color
Monochromatic Colors of #833FB3
Black with #833FB3
Text Example
Text Example
White with #833FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FB3; }
p { color: rgb(131,63,179); }
H1.HeaderClassName
{
color: #833FB3;
}
.AnyTagClassName
{
color: #833FB3;
}
</style>
background-color css
<style>
a { background-color: #833FB3; }
a { background-color: rgb(131,63,179); }
div.DivClassName
{
background-color: #833FB3;
}
.BgClassName
{
background-color: #833FB3;
}
</style>
border-color css
<style>
span { border-color: #833FB3; }
span { border-color: rgb(131,63,179); }
td.TdClassName
{
border-color: #833FB3;
}
.TagClassName
{
border-color: #833FB3;
}
</style>