Shades of Studio #803EBD
Tints of Studio #803EBD
RGB
CMYK
RGB Variations
Color information
#803EBD (or 0x803EBD) is known color: Studio. HEX triplet: 80, 3E and BD. RGB value is (128,62,189). Sum of RGB (Red+Green+Blue) = 128+62+189=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #803EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803EBD is #7FC142. Grayscale: #5F5F5F. Windows color (decimal): -8372547 or 12402304. OLE color: 12402304.
HSL color Cylindrical-coordinate representation of color #803EBD: hue angle of 271.18º degrees, saturation: 0.51, 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 #803EBD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 62 | 189 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.26 |
| HSL | 271.18º | 0.51% | 0.49% | - |
| HSV(B) | 271.18º | 0.67% | 0.74% | - |
| XYZ | 19.81 | 11.71 | 49.36 | - |
| YUV | 96.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 189 | 0.32 | 0.67 | 0 | 0.26 | 271.18 | 0.51 | 0.49 |
| Hex | 80 | 3E | BD | 20 | 43 | 0 | 1A | 10F | 33 | 31 |
| Octal | 200 | 76 | 275 | 40 | 103 | 0 | 32 | 417 | 63 | 61 |
| Binary | 10000000 | 111110 | 10111101 | 100000 | 1000011 | 0 | 11010 | 100001111 | 110011 | 110001 |
Color Harmonies of #803EBD
Complementary color
Monochromatic Colors of #803EBD
Black with #803EBD
Text Example
Text Example
White with #803EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EBD; }
p { color: rgb(128,62,189); }
H1.HeaderClassName
{
color: #803EBD;
}
.AnyTagClassName
{
color: #803EBD;
}
</style>
background-color css
<style>
a { background-color: #803EBD; }
a { background-color: rgb(128,62,189); }
div.DivClassName
{
background-color: #803EBD;
}
.BgClassName
{
background-color: #803EBD;
}
</style>
border-color css
<style>
span { border-color: #803EBD; }
span { border-color: rgb(128,62,189); }
td.TdClassName
{
border-color: #803EBD;
}
.TagClassName
{
border-color: #803EBD;
}
</style>