Shades of Studio #824B9D
Tints of Studio #824B9D
RGB
CMYK
RGB Variations
Color information
#824B9D (or 0x824B9D) is known color: Studio. HEX triplet: 82, 4B and 9D. RGB value is (130,75,157). Sum of RGB (Red+Green+Blue) = 130+75+157=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #824B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B9D is #7DB462. Grayscale: #646464. Windows color (decimal): -8238179 or 10308482. OLE color: 10308482.
HSL color Cylindrical-coordinate representation of color #824B9D: hue angle of 280.24º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824B9D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 75 | 157 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.38 |
| HSL | 280.24º | 0.35% | 0.45% | - |
| HSV(B) | 280.24º | 0.52% | 0.62% | - |
| XYZ | 17.81 | 12.21 | 33.32 | - |
| YUV | 100.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 157 | 0.17 | 0.52 | 0 | 0.38 | 280.24 | 0.35 | 0.45 |
| Hex | 82 | 4B | 9D | 11 | 34 | 0 | 26 | 118 | 23 | 2D |
| Octal | 202 | 113 | 235 | 21 | 64 | 0 | 46 | 430 | 43 | 55 |
| Binary | 10000010 | 1001011 | 10011101 | 10001 | 110100 | 0 | 100110 | 100011000 | 100011 | 101101 |
Color Harmonies of #824B9D
Complementary color
Monochromatic Colors of #824B9D
Black with #824B9D
Text Example
Text Example
White with #824B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B9D; }
p { color: rgb(130,75,157); }
H1.HeaderClassName
{
color: #824B9D;
}
.AnyTagClassName
{
color: #824B9D;
}
</style>
background-color css
<style>
a { background-color: #824B9D; }
a { background-color: rgb(130,75,157); }
div.DivClassName
{
background-color: #824B9D;
}
.BgClassName
{
background-color: #824B9D;
}
</style>
border-color css
<style>
span { border-color: #824B9D; }
span { border-color: rgb(130,75,157); }
td.TdClassName
{
border-color: #824B9D;
}
.TagClassName
{
border-color: #824B9D;
}
</style>