Shades of Dark Orchid #8934CF
Tints of Dark Orchid #8934CF
RGB
CMYK
RGB Variations
Color information
#8934CF (or 0x8934CF) is known color: Dark Orchid. HEX triplet: 89, 34 and CF. RGB value is (137,52,207). Sum of RGB (Red+Green+Blue) = 137+52+207=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #8934CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934CF is #76CB30. Grayscale: #5E5E5E. Windows color (decimal): -7785265 or 13579401. OLE color: 13579401.
HSL color Cylindrical-coordinate representation of color #8934CF: hue angle of 272.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8934CF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 52 | 207 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.19 |
| HSL | 272.9º | 0.62% | 0.51% | - |
| HSV(B) | 272.9º | 0.75% | 0.81% | - |
| XYZ | 22.81 | 12.28 | 60.2 | - |
| YUV | 95.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 207 | 0.34 | 0.75 | 0 | 0.19 | 272.9 | 0.62 | 0.51 |
| Hex | 89 | 34 | CF | 22 | 4B | 0 | 13 | 111 | 3E | 33 |
| Octal | 211 | 64 | 317 | 42 | 113 | 0 | 23 | 421 | 76 | 63 |
| Binary | 10001001 | 110100 | 11001111 | 100010 | 1001011 | 0 | 10011 | 100010001 | 111110 | 110011 |
Color Harmonies of #8934CF
Complementary color
Monochromatic Colors of #8934CF
Black with #8934CF
Text Example
Text Example
White with #8934CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934CF; }
p { color: rgb(137,52,207); }
H1.HeaderClassName
{
color: #8934CF;
}
.AnyTagClassName
{
color: #8934CF;
}
</style>
background-color css
<style>
a { background-color: #8934CF; }
a { background-color: rgb(137,52,207); }
div.DivClassName
{
background-color: #8934CF;
}
.BgClassName
{
background-color: #8934CF;
}
</style>
border-color css
<style>
span { border-color: #8934CF; }
span { border-color: rgb(137,52,207); }
td.TdClassName
{
border-color: #8934CF;
}
.TagClassName
{
border-color: #8934CF;
}
</style>