Shades of Studio #823FB2
Tints of Studio #823FB2
RGB
CMYK
RGB Variations
Color information
#823FB2 (or 0x823FB2) is known color: Studio. HEX triplet: 82, 3F and B2. RGB value is (130,63,178). Sum of RGB (Red+Green+Blue) = 130+63+178=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #823FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FB2 is #7DC04D. Grayscale: #5F5F5F. Windows color (decimal): -8241230 or 11681666. OLE color: 11681666.
HSL color Cylindrical-coordinate representation of color #823FB2: hue angle of 274.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823FB2 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 63 | 178 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.30 |
| HSL | 274.96º | 0.48% | 0.47% | - |
| HSV(B) | 274.96º | 0.65% | 0.7% | - |
| XYZ | 19.02 | 11.52 | 43.34 | - |
| YUV | 96.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 178 | 0.27 | 0.65 | 0 | 0.30 | 274.96 | 0.48 | 0.47 |
| Hex | 82 | 3F | B2 | 1B | 41 | 0 | 1E | 113 | 30 | 2F |
| Octal | 202 | 77 | 262 | 33 | 101 | 0 | 36 | 423 | 60 | 57 |
| Binary | 10000010 | 111111 | 10110010 | 11011 | 1000001 | 0 | 11110 | 100010011 | 110000 | 101111 |
Color Harmonies of #823FB2
Complementary color
Monochromatic Colors of #823FB2
Black with #823FB2
Text Example
Text Example
White with #823FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FB2; }
p { color: rgb(130,63,178); }
H1.HeaderClassName
{
color: #823FB2;
}
.AnyTagClassName
{
color: #823FB2;
}
</style>
background-color css
<style>
a { background-color: #823FB2; }
a { background-color: rgb(130,63,178); }
div.DivClassName
{
background-color: #823FB2;
}
.BgClassName
{
background-color: #823FB2;
}
</style>
border-color css
<style>
span { border-color: #823FB2; }
span { border-color: rgb(130,63,178); }
td.TdClassName
{
border-color: #823FB2;
}
.TagClassName
{
border-color: #823FB2;
}
</style>