Shades of Disco #8B214B
Tints of Disco #8B214B
RGB
CMYK
RGB Variations
Color information
#8B214B (or 0x8B214B) is known color: Disco. HEX triplet: 8B, 21 and 4B. RGB value is (139,33,75). Sum of RGB (Red+Green+Blue) = 139+33+75=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B214B is #74DEB4. Grayscale: #454545. Windows color (decimal): -7659189 or 4923787. OLE color: 4923787.
HSL color Cylindrical-coordinate representation of color #8B214B: hue angle of 336.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B214B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 75 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.45 |
| HSL | 336.23º | 0.62% | 0.34% | - |
| HSV(B) | 336.23º | 0.76% | 0.55% | - |
| XYZ | 12.46 | 7.08 | 7.37 | - |
| YUV | 69.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 75 | 0 | 0.76 | 0.46 | 0.45 | 336.23 | 0.62 | 0.34 |
| Hex | 8B | 21 | 4B | 0 | 4C | 2E | 2D | 150 | 3E | 22 |
| Octal | 213 | 41 | 113 | 0 | 114 | 56 | 55 | 520 | 76 | 42 |
| Binary | 10001011 | 100001 | 1001011 | 0 | 1001100 | 101110 | 101101 | 101010000 | 111110 | 100010 |
Color Harmonies of #8B214B
Complementary color
Monochromatic Colors of #8B214B
Black with #8B214B
Text Example
Text Example
White with #8B214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B214B; }
p { color: rgb(139,33,75); }
H1.HeaderClassName
{
color: #8B214B;
}
.AnyTagClassName
{
color: #8B214B;
}
</style>
background-color css
<style>
a { background-color: #8B214B; }
a { background-color: rgb(139,33,75); }
div.DivClassName
{
background-color: #8B214B;
}
.BgClassName
{
background-color: #8B214B;
}
</style>
border-color css
<style>
span { border-color: #8B214B; }
span { border-color: rgb(139,33,75); }
td.TdClassName
{
border-color: #8B214B;
}
.TagClassName
{
border-color: #8B214B;
}
</style>