Shades of Dark Orchid #8B3EC3
Tints of Dark Orchid #8B3EC3
RGB
CMYK
RGB Variations
Color information
#8B3EC3 (or 0x8B3EC3) is known color: Dark Orchid. HEX triplet: 8B, 3E and C3. RGB value is (139,62,195). Sum of RGB (Red+Green+Blue) = 139+62+195=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B3EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3EC3 is #74C13C. Grayscale: #636363. Windows color (decimal): -7651645 or 12795531. OLE color: 12795531.
HSL color Cylindrical-coordinate representation of color #8B3EC3: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B3EC3 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 62 | 195 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.24 |
| HSL | 274.74º | 0.53% | 0.5% | - |
| HSV(B) | 274.74º | 0.68% | 0.76% | - |
| XYZ | 22.22 | 12.87 | 52.94 | - |
| YUV | 100.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 62 | 195 | 0.29 | 0.68 | 0 | 0.24 | 274.74 | 0.53 | 0.5 |
| Hex | 8B | 3E | C3 | 1D | 44 | 0 | 18 | 113 | 35 | 32 |
| Octal | 213 | 76 | 303 | 35 | 104 | 0 | 30 | 423 | 65 | 62 |
| Binary | 10001011 | 111110 | 11000011 | 11101 | 1000100 | 0 | 11000 | 100010011 | 110101 | 110010 |
Color Harmonies of #8B3EC3
Complementary color
Monochromatic Colors of #8B3EC3
Black with #8B3EC3
Text Example
Text Example
White with #8B3EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3EC3; }
p { color: rgb(139,62,195); }
H1.HeaderClassName
{
color: #8B3EC3;
}
.AnyTagClassName
{
color: #8B3EC3;
}
</style>
background-color css
<style>
a { background-color: #8B3EC3; }
a { background-color: rgb(139,62,195); }
div.DivClassName
{
background-color: #8B3EC3;
}
.BgClassName
{
background-color: #8B3EC3;
}
</style>
border-color css
<style>
span { border-color: #8B3EC3; }
span { border-color: rgb(139,62,195); }
td.TdClassName
{
border-color: #8B3EC3;
}
.TagClassName
{
border-color: #8B3EC3;
}
</style>