Shades of Dark Orchid #8B45CC
Tints of Dark Orchid #8B45CC
RGB
CMYK
RGB Variations
Color information
#8B45CC (or 0x8B45CC) is known color: Dark Orchid. HEX triplet: 8B, 45 and CC. RGB value is (139,69,204). Sum of RGB (Red+Green+Blue) = 139+69+204=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B45CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B45CC is #74BA33. Grayscale: #686868. Windows color (decimal): -7649844 or 13387147. OLE color: 13387147.
HSL color Cylindrical-coordinate representation of color #8B45CC: hue angle of 271.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B45CC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 69 | 204 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.2 |
| HSL | 271.11º | 0.57% | 0.54% | - |
| HSV(B) | 271.11º | 0.66% | 0.8% | - |
| XYZ | 23.67 | 14.1 | 58.6 | - |
| YUV | 105.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 204 | 0.32 | 0.66 | 0 | 0.2 | 271.11 | 0.57 | 0.54 |
| Hex | 8B | 45 | CC | 20 | 42 | 0 | 14 | 10F | 39 | 36 |
| Octal | 213 | 105 | 314 | 40 | 102 | 0 | 24 | 417 | 71 | 66 |
| Binary | 10001011 | 1000101 | 11001100 | 100000 | 1000010 | 0 | 10100 | 100001111 | 111001 | 110110 |
Color Harmonies of #8B45CC
Complementary color
Monochromatic Colors of #8B45CC
Black with #8B45CC
Text Example
Text Example
White with #8B45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B45CC; }
p { color: rgb(139,69,204); }
H1.HeaderClassName
{
color: #8B45CC;
}
.AnyTagClassName
{
color: #8B45CC;
}
</style>
background-color css
<style>
a { background-color: #8B45CC; }
a { background-color: rgb(139,69,204); }
div.DivClassName
{
background-color: #8B45CC;
}
.BgClassName
{
background-color: #8B45CC;
}
</style>
border-color css
<style>
span { border-color: #8B45CC; }
span { border-color: rgb(139,69,204); }
td.TdClassName
{
border-color: #8B45CC;
}
.TagClassName
{
border-color: #8B45CC;
}
</style>