Shades of Studio #833CB2
Tints of Studio #833CB2
RGB
CMYK
RGB Variations
Color information
#833CB2 (or 0x833CB2) is known color: Studio. HEX triplet: 83, 3C and B2. RGB value is (131,60,178). Sum of RGB (Red+Green+Blue) = 131+60+178=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #833CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CB2 is #7CC34D. Grayscale: #5E5E5E. Windows color (decimal): -8176462 or 11680899. OLE color: 11680899.
HSL color Cylindrical-coordinate representation of color #833CB2: hue angle of 276.1º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833CB2 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 60 | 178 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.30 |
| HSL | 276.1º | 0.5% | 0.47% | - |
| HSV(B) | 276.1º | 0.66% | 0.7% | - |
| XYZ | 19.01 | 11.27 | 43.29 | - |
| YUV | 94.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 178 | 0.26 | 0.66 | 0 | 0.30 | 276.1 | 0.5 | 0.47 |
| Hex | 83 | 3C | B2 | 1A | 42 | 0 | 1E | 114 | 32 | 2F |
| Octal | 203 | 74 | 262 | 32 | 102 | 0 | 36 | 424 | 62 | 57 |
| Binary | 10000011 | 111100 | 10110010 | 11010 | 1000010 | 0 | 11110 | 100010100 | 110010 | 101111 |
Color Harmonies of #833CB2
Complementary color
Monochromatic Colors of #833CB2
Black with #833CB2
Text Example
Text Example
White with #833CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CB2; }
p { color: rgb(131,60,178); }
H1.HeaderClassName
{
color: #833CB2;
}
.AnyTagClassName
{
color: #833CB2;
}
</style>
background-color css
<style>
a { background-color: #833CB2; }
a { background-color: rgb(131,60,178); }
div.DivClassName
{
background-color: #833CB2;
}
.BgClassName
{
background-color: #833CB2;
}
</style>
border-color css
<style>
span { border-color: #833CB2; }
span { border-color: rgb(131,60,178); }
td.TdClassName
{
border-color: #833CB2;
}
.TagClassName
{
border-color: #833CB2;
}
</style>