Shades of Dark Orchid #9934CF
Tints of Dark Orchid #9934CF
RGB
CMYK
RGB Variations
Color information
#9934CF (or 0x9934CF) is known color: Dark Orchid. HEX triplet: 99, 34 and CF. RGB value is (153,52,207). Sum of RGB (Red+Green+Blue) = 153+52+207=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #9934CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934CF is #66CB30. Grayscale: #636363. Windows color (decimal): -6736689 or 13579417. OLE color: 13579417.
HSL color Cylindrical-coordinate representation of color #9934CF: hue angle of 279.1º 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 #9934CF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 52 | 207 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.19 |
| HSL | 279.1º | 0.62% | 0.51% | - |
| HSV(B) | 279.1º | 0.75% | 0.81% | - |
| XYZ | 25.63 | 13.73 | 60.33 | - |
| YUV | 99.87 | 188.46 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 207 | 0.26 | 0.75 | 0 | 0.19 | 279.1 | 0.62 | 0.51 |
| Hex | 99 | 34 | CF | 1A | 4B | 0 | 13 | 117 | 3E | 33 |
| Octal | 231 | 64 | 317 | 32 | 113 | 0 | 23 | 427 | 76 | 63 |
| Binary | 10011001 | 110100 | 11001111 | 11010 | 1001011 | 0 | 10011 | 100010111 | 111110 | 110011 |
Color Harmonies of #9934CF
Complementary color
Monochromatic Colors of #9934CF
Black with #9934CF
Text Example
Text Example
White with #9934CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934CF; }
p { color: rgb(153,52,207); }
H1.HeaderClassName
{
color: #9934CF;
}
.AnyTagClassName
{
color: #9934CF;
}
</style>
background-color css
<style>
a { background-color: #9934CF; }
a { background-color: rgb(153,52,207); }
div.DivClassName
{
background-color: #9934CF;
}
.BgClassName
{
background-color: #9934CF;
}
</style>
border-color css
<style>
span { border-color: #9934CF; }
span { border-color: rgb(153,52,207); }
td.TdClassName
{
border-color: #9934CF;
}
.TagClassName
{
border-color: #9934CF;
}
</style>