Shades of Studio #804ABD
Tints of Studio #804ABD
RGB
CMYK
RGB Variations
Color information
#804ABD (or 0x804ABD) is known color: Studio. HEX triplet: 80, 4A and BD. RGB value is (128,74,189). Sum of RGB (Red+Green+Blue) = 128+74+189=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #804ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ABD is #7FB542. Grayscale: #666666. Windows color (decimal): -8369475 or 12405376. OLE color: 12405376.
HSL color Cylindrical-coordinate representation of color #804ABD: hue angle of 268.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804ABD is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 74 | 189 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.26 |
| HSL | 268.17º | 0.47% | 0.52% | - |
| HSV(B) | 268.17º | 0.61% | 0.74% | - |
| XYZ | 20.54 | 13.16 | 49.6 | - |
| YUV | 103.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 189 | 0.32 | 0.61 | 0 | 0.26 | 268.17 | 0.47 | 0.52 |
| Hex | 80 | 4A | BD | 20 | 3D | 0 | 1A | 10C | 2F | 34 |
| Octal | 200 | 112 | 275 | 40 | 75 | 0 | 32 | 414 | 57 | 64 |
| Binary | 10000000 | 1001010 | 10111101 | 100000 | 111101 | 0 | 11010 | 100001100 | 101111 | 110100 |
Color Harmonies of #804ABD
Complementary color
Monochromatic Colors of #804ABD
Black with #804ABD
Text Example
Text Example
White with #804ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ABD; }
p { color: rgb(128,74,189); }
H1.HeaderClassName
{
color: #804ABD;
}
.AnyTagClassName
{
color: #804ABD;
}
</style>
background-color css
<style>
a { background-color: #804ABD; }
a { background-color: rgb(128,74,189); }
div.DivClassName
{
background-color: #804ABD;
}
.BgClassName
{
background-color: #804ABD;
}
</style>
border-color css
<style>
span { border-color: #804ABD; }
span { border-color: rgb(128,74,189); }
td.TdClassName
{
border-color: #804ABD;
}
.TagClassName
{
border-color: #804ABD;
}
</style>