Shades of Studio #8449B3
Tints of Studio #8449B3
RGB
CMYK
RGB Variations
Color information
#8449B3 (or 0x8449B3) is known color: Studio. HEX triplet: 84, 49 and B3. RGB value is (132,73,179). Sum of RGB (Red+Green+Blue) = 132+73+179=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #8449B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449B3 is #7BB64C. Grayscale: #666666. Windows color (decimal): -8107597 or 11749764. OLE color: 11749764.
HSL color Cylindrical-coordinate representation of color #8449B3: hue angle of 273.4º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8449B3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 73 | 179 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.30 |
| HSL | 273.4º | 0.42% | 0.49% | - |
| HSV(B) | 273.4º | 0.59% | 0.7% | - |
| XYZ | 20.03 | 12.93 | 44.09 | - |
| YUV | 102.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 179 | 0.26 | 0.59 | 0 | 0.30 | 273.4 | 0.42 | 0.49 |
| Hex | 84 | 49 | B3 | 1A | 3B | 0 | 1E | 111 | 2A | 31 |
| Octal | 204 | 111 | 263 | 32 | 73 | 0 | 36 | 421 | 52 | 61 |
| Binary | 10000100 | 1001001 | 10110011 | 11010 | 111011 | 0 | 11110 | 100010001 | 101010 | 110001 |
Color Harmonies of #8449B3
Complementary color
Monochromatic Colors of #8449B3
Black with #8449B3
Text Example
Text Example
White with #8449B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449B3; }
p { color: rgb(132,73,179); }
H1.HeaderClassName
{
color: #8449B3;
}
.AnyTagClassName
{
color: #8449B3;
}
</style>
background-color css
<style>
a { background-color: #8449B3; }
a { background-color: rgb(132,73,179); }
div.DivClassName
{
background-color: #8449B3;
}
.BgClassName
{
background-color: #8449B3;
}
</style>
border-color css
<style>
span { border-color: #8449B3; }
span { border-color: rgb(132,73,179); }
td.TdClassName
{
border-color: #8449B3;
}
.TagClassName
{
border-color: #8449B3;
}
</style>