Shades of Dark Orchid #8B3ACC
Tints of Dark Orchid #8B3ACC
RGB
CMYK
RGB Variations
Color information
#8B3ACC (or 0x8B3ACC) is known color: Dark Orchid. HEX triplet: 8B, 3A and CC. RGB value is (139,58,204). Sum of RGB (Red+Green+Blue) = 139+58+204=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3ACC is #74C533. Grayscale: #626262. Windows color (decimal): -7652660 or 13384331. OLE color: 13384331.
HSL color Cylindrical-coordinate representation of color #8B3ACC: hue angle of 273.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B3ACC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 58 | 204 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.2 |
| HSL | 273.29º | 0.59% | 0.51% | - |
| HSV(B) | 273.29º | 0.72% | 0.8% | - |
| XYZ | 23.06 | 12.87 | 58.4 | - |
| YUV | 98.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 204 | 0.32 | 0.72 | 0 | 0.2 | 273.29 | 0.59 | 0.51 |
| Hex | 8B | 3A | CC | 20 | 48 | 0 | 14 | 111 | 3B | 33 |
| Octal | 213 | 72 | 314 | 40 | 110 | 0 | 24 | 421 | 73 | 63 |
| Binary | 10001011 | 111010 | 11001100 | 100000 | 1001000 | 0 | 10100 | 100010001 | 111011 | 110011 |
Color Harmonies of #8B3ACC
Complementary color
Monochromatic Colors of #8B3ACC
Black with #8B3ACC
Text Example
Text Example
White with #8B3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3ACC; }
p { color: rgb(139,58,204); }
H1.HeaderClassName
{
color: #8B3ACC;
}
.AnyTagClassName
{
color: #8B3ACC;
}
</style>
background-color css
<style>
a { background-color: #8B3ACC; }
a { background-color: rgb(139,58,204); }
div.DivClassName
{
background-color: #8B3ACC;
}
.BgClassName
{
background-color: #8B3ACC;
}
</style>
border-color css
<style>
span { border-color: #8B3ACC; }
span { border-color: rgb(139,58,204); }
td.TdClassName
{
border-color: #8B3ACC;
}
.TagClassName
{
border-color: #8B3ACC;
}
</style>