Shades of Studio #833CAB
Tints of Studio #833CAB
RGB
CMYK
RGB Variations
Color information
#833CAB (or 0x833CAB) is known color: Studio. HEX triplet: 83, 3C and AB. RGB value is (131,60,171). Sum of RGB (Red+Green+Blue) = 131+60+171=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #833CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CAB is #7CC354. Grayscale: #5D5D5D. Windows color (decimal): -8176469 or 11222147. OLE color: 11222147.
HSL color Cylindrical-coordinate representation of color #833CAB: hue angle of 278.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833CAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 60 | 171 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.33 |
| HSL | 278.38º | 0.48% | 0.45% | - |
| HSV(B) | 278.38º | 0.65% | 0.67% | - |
| XYZ | 18.33 | 11 | 39.68 | - |
| YUV | 93.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 171 | 0.23 | 0.65 | 0 | 0.33 | 278.38 | 0.48 | 0.45 |
| Hex | 83 | 3C | AB | 17 | 41 | 0 | 21 | 116 | 30 | 2D |
| Octal | 203 | 74 | 253 | 27 | 101 | 0 | 41 | 426 | 60 | 55 |
| Binary | 10000011 | 111100 | 10101011 | 10111 | 1000001 | 0 | 100001 | 100010110 | 110000 | 101101 |
Color Harmonies of #833CAB
Complementary color
Monochromatic Colors of #833CAB
Black with #833CAB
Text Example
Text Example
White with #833CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CAB; }
p { color: rgb(131,60,171); }
H1.HeaderClassName
{
color: #833CAB;
}
.AnyTagClassName
{
color: #833CAB;
}
</style>
background-color css
<style>
a { background-color: #833CAB; }
a { background-color: rgb(131,60,171); }
div.DivClassName
{
background-color: #833CAB;
}
.BgClassName
{
background-color: #833CAB;
}
</style>
border-color css
<style>
span { border-color: #833CAB; }
span { border-color: rgb(131,60,171); }
td.TdClassName
{
border-color: #833CAB;
}
.TagClassName
{
border-color: #833CAB;
}
</style>