Shades of Dark Orchid #8B36CF
Tints of Dark Orchid #8B36CF
RGB
CMYK
RGB Variations
Color information
#8B36CF (or 0x8B36CF) is known color: Dark Orchid. HEX triplet: 8B, 36 and CF. RGB value is (139,54,207). Sum of RGB (Red+Green+Blue) = 139+54+207=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B36CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36CF is #74C930. Grayscale: #606060. Windows color (decimal): -7653681 or 13579915. OLE color: 13579915.
HSL color Cylindrical-coordinate representation of color #8B36CF: hue angle of 273.33º 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 #8B36CF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 54 | 207 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.19 |
| HSL | 273.33º | 0.61% | 0.51% | - |
| HSV(B) | 273.33º | 0.74% | 0.81% | - |
| XYZ | 23.23 | 12.63 | 60.25 | - |
| YUV | 96.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 207 | 0.33 | 0.74 | 0 | 0.19 | 273.33 | 0.61 | 0.51 |
| Hex | 8B | 36 | CF | 21 | 4A | 0 | 13 | 111 | 3D | 33 |
| Octal | 213 | 66 | 317 | 41 | 112 | 0 | 23 | 421 | 75 | 63 |
| Binary | 10001011 | 110110 | 11001111 | 100001 | 1001010 | 0 | 10011 | 100010001 | 111101 | 110011 |
Color Harmonies of #8B36CF
Complementary color
Monochromatic Colors of #8B36CF
Black with #8B36CF
Text Example
Text Example
White with #8B36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B36CF; }
p { color: rgb(139,54,207); }
H1.HeaderClassName
{
color: #8B36CF;
}
.AnyTagClassName
{
color: #8B36CF;
}
</style>
background-color css
<style>
a { background-color: #8B36CF; }
a { background-color: rgb(139,54,207); }
div.DivClassName
{
background-color: #8B36CF;
}
.BgClassName
{
background-color: #8B36CF;
}
</style>
border-color css
<style>
span { border-color: #8B36CF; }
span { border-color: rgb(139,54,207); }
td.TdClassName
{
border-color: #8B36CF;
}
.TagClassName
{
border-color: #8B36CF;
}
</style>