Shades of Studio #803CA6
Tints of Studio #803CA6
RGB
CMYK
RGB Variations
Color information
#803CA6 (or 0x803CA6) is known color: Studio. HEX triplet: 80, 3C and A6. RGB value is (128,60,166). Sum of RGB (Red+Green+Blue) = 128+60+166=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #803CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CA6 is #7FC359. Grayscale: #5C5C5C. Windows color (decimal): -8373082 or 10894464. OLE color: 10894464.
HSL color Cylindrical-coordinate representation of color #803CA6: hue angle of 278.49º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803CA6 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 60 | 166 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.35 |
| HSL | 278.49º | 0.47% | 0.44% | - |
| HSV(B) | 278.49º | 0.64% | 0.65% | - |
| XYZ | 17.4 | 10.57 | 37.2 | - |
| YUV | 92.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 166 | 0.23 | 0.64 | 0 | 0.35 | 278.49 | 0.47 | 0.44 |
| Hex | 80 | 3C | A6 | 17 | 40 | 0 | 23 | 116 | 2F | 2C |
| Octal | 200 | 74 | 246 | 27 | 100 | 0 | 43 | 426 | 57 | 54 |
| Binary | 10000000 | 111100 | 10100110 | 10111 | 1000000 | 0 | 100011 | 100010110 | 101111 | 101100 |
Color Harmonies of #803CA6
Complementary color
Monochromatic Colors of #803CA6
Black with #803CA6
Text Example
Text Example
White with #803CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CA6; }
p { color: rgb(128,60,166); }
H1.HeaderClassName
{
color: #803CA6;
}
.AnyTagClassName
{
color: #803CA6;
}
</style>
background-color css
<style>
a { background-color: #803CA6; }
a { background-color: rgb(128,60,166); }
div.DivClassName
{
background-color: #803CA6;
}
.BgClassName
{
background-color: #803CA6;
}
</style>
border-color css
<style>
span { border-color: #803CA6; }
span { border-color: rgb(128,60,166); }
td.TdClassName
{
border-color: #803CA6;
}
.TagClassName
{
border-color: #803CA6;
}
</style>