Shades of Dark Orchid #8B3FCA
Tints of Dark Orchid #8B3FCA
RGB
CMYK
RGB Variations
Color information
#8B3FCA (or 0x8B3FCA) is known color: Dark Orchid. HEX triplet: 8B, 3F and CA. RGB value is (139,63,202). Sum of RGB (Red+Green+Blue) = 139+63+202=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B3FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3FCA is #74C035. Grayscale: #656565. Windows color (decimal): -7651382 or 13254539. OLE color: 13254539.
HSL color Cylindrical-coordinate representation of color #8B3FCA: hue angle of 272.81º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B3FCA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 63 | 202 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.21 |
| HSL | 272.81º | 0.57% | 0.52% | - |
| HSV(B) | 272.81º | 0.69% | 0.79% | - |
| XYZ | 23.09 | 13.31 | 57.23 | - |
| YUV | 101.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 202 | 0.31 | 0.69 | 0 | 0.21 | 272.81 | 0.57 | 0.52 |
| Hex | 8B | 3F | CA | 1F | 45 | 0 | 15 | 111 | 39 | 34 |
| Octal | 213 | 77 | 312 | 37 | 105 | 0 | 25 | 421 | 71 | 64 |
| Binary | 10001011 | 111111 | 11001010 | 11111 | 1000101 | 0 | 10101 | 100010001 | 111001 | 110100 |
Color Harmonies of #8B3FCA
Complementary color
Monochromatic Colors of #8B3FCA
Black with #8B3FCA
Text Example
Text Example
White with #8B3FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3FCA; }
p { color: rgb(139,63,202); }
H1.HeaderClassName
{
color: #8B3FCA;
}
.AnyTagClassName
{
color: #8B3FCA;
}
</style>
background-color css
<style>
a { background-color: #8B3FCA; }
a { background-color: rgb(139,63,202); }
div.DivClassName
{
background-color: #8B3FCA;
}
.BgClassName
{
background-color: #8B3FCA;
}
</style>
border-color css
<style>
span { border-color: #8B3FCA; }
span { border-color: rgb(139,63,202); }
td.TdClassName
{
border-color: #8B3FCA;
}
.TagClassName
{
border-color: #8B3FCA;
}
</style>