Shades of Studio #803FBD
Tints of Studio #803FBD
RGB
CMYK
RGB Variations
Color information
#803FBD (or 0x803FBD) is known color: Studio. HEX triplet: 80, 3F and BD. RGB value is (128,63,189). Sum of RGB (Red+Green+Blue) = 128+63+189=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #803FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FBD is #7FC042. Grayscale: #606060. Windows color (decimal): -8372291 or 12402560. OLE color: 12402560.
HSL color Cylindrical-coordinate representation of color #803FBD: hue angle of 270.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803FBD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 63 | 189 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.26 |
| HSL | 270.95º | 0.5% | 0.49% | - |
| HSV(B) | 270.95º | 0.67% | 0.74% | - |
| XYZ | 19.86 | 11.82 | 49.38 | - |
| YUV | 96.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 189 | 0.32 | 0.67 | 0 | 0.26 | 270.95 | 0.5 | 0.49 |
| Hex | 80 | 3F | BD | 20 | 43 | 0 | 1A | 10F | 32 | 31 |
| Octal | 200 | 77 | 275 | 40 | 103 | 0 | 32 | 417 | 62 | 61 |
| Binary | 10000000 | 111111 | 10111101 | 100000 | 1000011 | 0 | 11010 | 100001111 | 110010 | 110001 |
Color Harmonies of #803FBD
Complementary color
Monochromatic Colors of #803FBD
Black with #803FBD
Text Example
Text Example
White with #803FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FBD; }
p { color: rgb(128,63,189); }
H1.HeaderClassName
{
color: #803FBD;
}
.AnyTagClassName
{
color: #803FBD;
}
</style>
background-color css
<style>
a { background-color: #803FBD; }
a { background-color: rgb(128,63,189); }
div.DivClassName
{
background-color: #803FBD;
}
.BgClassName
{
background-color: #803FBD;
}
</style>
border-color css
<style>
span { border-color: #803FBD; }
span { border-color: rgb(128,63,189); }
td.TdClassName
{
border-color: #803FBD;
}
.TagClassName
{
border-color: #803FBD;
}
</style>