Shades of Dark Orchid #9734CF
Tints of Dark Orchid #9734CF
RGB
CMYK
RGB Variations
Color information
#9734CF (or 0x9734CF) is known color: Dark Orchid. HEX triplet: 97, 34 and CF. RGB value is (151,52,207). Sum of RGB (Red+Green+Blue) = 151+52+207=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #9734CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9734CF is #68CB30. Grayscale: #626262. Windows color (decimal): -6867761 or 13579415. OLE color: 13579415.
HSL color Cylindrical-coordinate representation of color #9734CF: hue angle of 278.32º 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 #9734CF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 52 | 207 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.19 |
| HSL | 278.32º | 0.62% | 0.51% | - |
| HSV(B) | 278.32º | 0.75% | 0.81% | - |
| XYZ | 25.25 | 13.54 | 60.31 | - |
| YUV | 99.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 207 | 0.27 | 0.75 | 0 | 0.19 | 278.32 | 0.62 | 0.51 |
| Hex | 97 | 34 | CF | 1B | 4B | 0 | 13 | 116 | 3E | 33 |
| Octal | 227 | 64 | 317 | 33 | 113 | 0 | 23 | 426 | 76 | 63 |
| Binary | 10010111 | 110100 | 11001111 | 11011 | 1001011 | 0 | 10011 | 100010110 | 111110 | 110011 |
Color Harmonies of #9734CF
Complementary color
Monochromatic Colors of #9734CF
Black with #9734CF
Text Example
Text Example
White with #9734CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9734CF; }
p { color: rgb(151,52,207); }
H1.HeaderClassName
{
color: #9734CF;
}
.AnyTagClassName
{
color: #9734CF;
}
</style>
background-color css
<style>
a { background-color: #9734CF; }
a { background-color: rgb(151,52,207); }
div.DivClassName
{
background-color: #9734CF;
}
.BgClassName
{
background-color: #9734CF;
}
</style>
border-color css
<style>
span { border-color: #9734CF; }
span { border-color: rgb(151,52,207); }
td.TdClassName
{
border-color: #9734CF;
}
.TagClassName
{
border-color: #9734CF;
}
</style>