Shades of Dark Orchid #8B35CE
Tints of Dark Orchid #8B35CE
RGB
CMYK
RGB Variations
Color information
#8B35CE (or 0x8B35CE) is known color: Dark Orchid. HEX triplet: 8B, 35 and CE. RGB value is (139,53,206). Sum of RGB (Red+Green+Blue) = 139+53+206=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B35CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B35CE is #74CA31. Grayscale: #5F5F5F. Windows color (decimal): -7653938 or 13514123. OLE color: 13514123.
HSL color Cylindrical-coordinate representation of color #8B35CE: hue angle of 273.73º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B35CE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 53 | 206 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.19 |
| HSL | 273.73º | 0.61% | 0.51% | - |
| HSV(B) | 273.73º | 0.74% | 0.81% | - |
| XYZ | 23.06 | 12.49 | 59.59 | - |
| YUV | 96.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 206 | 0.33 | 0.74 | 0 | 0.19 | 273.73 | 0.61 | 0.51 |
| Hex | 8B | 35 | CE | 21 | 4A | 0 | 13 | 112 | 3D | 33 |
| Octal | 213 | 65 | 316 | 41 | 112 | 0 | 23 | 422 | 75 | 63 |
| Binary | 10001011 | 110101 | 11001110 | 100001 | 1001010 | 0 | 10011 | 100010010 | 111101 | 110011 |
Color Harmonies of #8B35CE
Complementary color
Monochromatic Colors of #8B35CE
Black with #8B35CE
Text Example
Text Example
White with #8B35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B35CE; }
p { color: rgb(139,53,206); }
H1.HeaderClassName
{
color: #8B35CE;
}
.AnyTagClassName
{
color: #8B35CE;
}
</style>
background-color css
<style>
a { background-color: #8B35CE; }
a { background-color: rgb(139,53,206); }
div.DivClassName
{
background-color: #8B35CE;
}
.BgClassName
{
background-color: #8B35CE;
}
</style>
border-color css
<style>
span { border-color: #8B35CE; }
span { border-color: rgb(139,53,206); }
td.TdClassName
{
border-color: #8B35CE;
}
.TagClassName
{
border-color: #8B35CE;
}
</style>