Shades of Studio #803FB4
Tints of Studio #803FB4
RGB
CMYK
RGB Variations
Color information
#803FB4 (or 0x803FB4) is known color: Studio. HEX triplet: 80, 3F and B4. RGB value is (128,63,180). Sum of RGB (Red+Green+Blue) = 128+63+180=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #803FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FB4 is #7FC04B. Grayscale: #5F5F5F. Windows color (decimal): -8372300 or 11812736. OLE color: 11812736.
HSL color Cylindrical-coordinate representation of color #803FB4: hue angle of 273.33º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803FB4 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 63 | 180 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.29 |
| HSL | 273.33º | 0.48% | 0.48% | - |
| HSV(B) | 273.33º | 0.65% | 0.71% | - |
| XYZ | 18.92 | 11.44 | 44.39 | - |
| YUV | 95.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 180 | 0.29 | 0.65 | 0 | 0.29 | 273.33 | 0.48 | 0.48 |
| Hex | 80 | 3F | B4 | 1D | 41 | 0 | 1D | 111 | 30 | 30 |
| Octal | 200 | 77 | 264 | 35 | 101 | 0 | 35 | 421 | 60 | 60 |
| Binary | 10000000 | 111111 | 10110100 | 11101 | 1000001 | 0 | 11101 | 100010001 | 110000 | 110000 |
Color Harmonies of #803FB4
Complementary color
Monochromatic Colors of #803FB4
Black with #803FB4
Text Example
Text Example
White with #803FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FB4; }
p { color: rgb(128,63,180); }
H1.HeaderClassName
{
color: #803FB4;
}
.AnyTagClassName
{
color: #803FB4;
}
</style>
background-color css
<style>
a { background-color: #803FB4; }
a { background-color: rgb(128,63,180); }
div.DivClassName
{
background-color: #803FB4;
}
.BgClassName
{
background-color: #803FB4;
}
</style>
border-color css
<style>
span { border-color: #803FB4; }
span { border-color: rgb(128,63,180); }
td.TdClassName
{
border-color: #803FB4;
}
.TagClassName
{
border-color: #803FB4;
}
</style>