Shades of Dark Orchid #9939CF
Tints of Dark Orchid #9939CF
RGB
CMYK
RGB Variations
Color information
#9939CF (or 0x9939CF) is known color: Dark Orchid. HEX triplet: 99, 39 and CF. RGB value is (153,57,207). Sum of RGB (Red+Green+Blue) = 153+57+207=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #9939CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CF is #66C630. Grayscale: #666666. Windows color (decimal): -6735409 or 13580697. OLE color: 13580697.
HSL color Cylindrical-coordinate representation of color #9939CF: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9939CF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 57 | 207 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.19 |
| HSL | 278.4º | 0.61% | 0.52% | - |
| HSV(B) | 278.4º | 0.72% | 0.81% | - |
| XYZ | 25.86 | 14.2 | 60.41 | - |
| YUV | 102.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 207 | 0.26 | 0.72 | 0 | 0.19 | 278.4 | 0.61 | 0.52 |
| Hex | 99 | 39 | CF | 1A | 48 | 0 | 13 | 116 | 3D | 34 |
| Octal | 231 | 71 | 317 | 32 | 110 | 0 | 23 | 426 | 75 | 64 |
| Binary | 10011001 | 111001 | 11001111 | 11010 | 1001000 | 0 | 10011 | 100010110 | 111101 | 110100 |
Color Harmonies of #9939CF
Complementary color
Monochromatic Colors of #9939CF
Black with #9939CF
Text Example
Text Example
White with #9939CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939CF; }
p { color: rgb(153,57,207); }
H1.HeaderClassName
{
color: #9939CF;
}
.AnyTagClassName
{
color: #9939CF;
}
</style>
background-color css
<style>
a { background-color: #9939CF; }
a { background-color: rgb(153,57,207); }
div.DivClassName
{
background-color: #9939CF;
}
.BgClassName
{
background-color: #9939CF;
}
</style>
border-color css
<style>
span { border-color: #9939CF; }
span { border-color: rgb(153,57,207); }
td.TdClassName
{
border-color: #9939CF;
}
.TagClassName
{
border-color: #9939CF;
}
</style>