Shades of Dark Orchid #8B28CF
Tints of Dark Orchid #8B28CF
RGB
CMYK
RGB Variations
Color information
#8B28CF (or 0x8B28CF) is known color: Dark Orchid. HEX triplet: 8B, 28 and CF. RGB value is (139,40,207). Sum of RGB (Red+Green+Blue) = 139+40+207=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B28CF is #74D730. Grayscale: #585858. Windows color (decimal): -7657265 or 13576331. OLE color: 13576331.
HSL color Cylindrical-coordinate representation of color #8B28CF: hue angle of 275.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B28CF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 40 | 207 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.19 |
| HSL | 275.57º | 0.68% | 0.48% | - |
| HSV(B) | 275.57º | 0.81% | 0.81% | - |
| XYZ | 22.67 | 11.51 | 60.06 | - |
| YUV | 88.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 207 | 0.33 | 0.81 | 0 | 0.19 | 275.57 | 0.68 | 0.48 |
| Hex | 8B | 28 | CF | 21 | 51 | 0 | 13 | 114 | 44 | 30 |
| Octal | 213 | 50 | 317 | 41 | 121 | 0 | 23 | 424 | 104 | 60 |
| Binary | 10001011 | 101000 | 11001111 | 100001 | 1010001 | 0 | 10011 | 100010100 | 1000100 | 110000 |
Color Harmonies of #8B28CF
Complementary color
Monochromatic Colors of #8B28CF
Black with #8B28CF
Text Example
Text Example
White with #8B28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B28CF; }
p { color: rgb(139,40,207); }
H1.HeaderClassName
{
color: #8B28CF;
}
.AnyTagClassName
{
color: #8B28CF;
}
</style>
background-color css
<style>
a { background-color: #8B28CF; }
a { background-color: rgb(139,40,207); }
div.DivClassName
{
background-color: #8B28CF;
}
.BgClassName
{
background-color: #8B28CF;
}
</style>
border-color css
<style>
span { border-color: #8B28CF; }
span { border-color: rgb(139,40,207); }
td.TdClassName
{
border-color: #8B28CF;
}
.TagClassName
{
border-color: #8B28CF;
}
</style>