Shades of Studio #803FAB
Tints of Studio #803FAB
RGB
CMYK
RGB Variations
Color information
#803FAB (or 0x803FAB) is known color: Studio. HEX triplet: 80, 3F and AB. RGB value is (128,63,171). Sum of RGB (Red+Green+Blue) = 128+63+171=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 63 (25% from 255 or 17.40% 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 #803FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FAB is #7FC054. Grayscale: #5E5E5E. Windows color (decimal): -8372309 or 11222912. OLE color: 11222912.
HSL color Cylindrical-coordinate representation of color #803FAB: hue angle of 276.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803FAB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 63 | 171 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.33 |
| HSL | 276.11º | 0.46% | 0.46% | - |
| HSV(B) | 276.11º | 0.63% | 0.67% | - |
| XYZ | 18.03 | 11.08 | 39.72 | - |
| YUV | 94.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 171 | 0.25 | 0.63 | 0 | 0.33 | 276.11 | 0.46 | 0.46 |
| Hex | 80 | 3F | AB | 19 | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 200 | 77 | 253 | 31 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 10000000 | 111111 | 10101011 | 11001 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #803FAB
Complementary color
Monochromatic Colors of #803FAB
Black with #803FAB
Text Example
Text Example
White with #803FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FAB; }
p { color: rgb(128,63,171); }
H1.HeaderClassName
{
color: #803FAB;
}
.AnyTagClassName
{
color: #803FAB;
}
</style>
background-color css
<style>
a { background-color: #803FAB; }
a { background-color: rgb(128,63,171); }
div.DivClassName
{
background-color: #803FAB;
}
.BgClassName
{
background-color: #803FAB;
}
</style>
border-color css
<style>
span { border-color: #803FAB; }
span { border-color: rgb(128,63,171); }
td.TdClassName
{
border-color: #803FAB;
}
.TagClassName
{
border-color: #803FAB;
}
</style>