Shades of Dark Orchid #8B21CF
Tints of Dark Orchid #8B21CF
RGB
CMYK
RGB Variations
Color information
#8B21CF (or 0x8B21CF) is known color: Dark Orchid. HEX triplet: 8B, 21 and CF. RGB value is (139,33,207). Sum of RGB (Red+Green+Blue) = 139+33+207=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B21CF is #74DE30. Grayscale: #535353. Windows color (decimal): -7659057 or 13574539. OLE color: 13574539.
HSL color Cylindrical-coordinate representation of color #8B21CF: hue angle of 276.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B21CF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 33 | 207 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.19 |
| HSL | 276.55º | 0.73% | 0.47% | - |
| HSV(B) | 276.55º | 0.84% | 0.81% | - |
| XYZ | 22.45 | 11.08 | 59.99 | - |
| YUV | 84.53 | 197.12 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 207 | 0.33 | 0.84 | 0 | 0.19 | 276.55 | 0.73 | 0.47 |
| Hex | 8B | 21 | CF | 21 | 54 | 0 | 13 | 115 | 48 | 2F |
| Octal | 213 | 41 | 317 | 41 | 124 | 0 | 23 | 425 | 110 | 57 |
| Binary | 10001011 | 100001 | 11001111 | 100001 | 1010100 | 0 | 10011 | 100010101 | 1001000 | 101111 |
Color Harmonies of #8B21CF
Complementary color
Monochromatic Colors of #8B21CF
Black with #8B21CF
Text Example
Text Example
White with #8B21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B21CF; }
p { color: rgb(139,33,207); }
H1.HeaderClassName
{
color: #8B21CF;
}
.AnyTagClassName
{
color: #8B21CF;
}
</style>
background-color css
<style>
a { background-color: #8B21CF; }
a { background-color: rgb(139,33,207); }
div.DivClassName
{
background-color: #8B21CF;
}
.BgClassName
{
background-color: #8B21CF;
}
</style>
border-color css
<style>
span { border-color: #8B21CF; }
span { border-color: rgb(139,33,207); }
td.TdClassName
{
border-color: #8B21CF;
}
.TagClassName
{
border-color: #8B21CF;
}
</style>