Shades of Dark Orchid #9939CC
Tints of Dark Orchid #9939CC
RGB
CMYK
RGB Variations
Color information
#9939CC (or 0x9939CC) is known color: Dark Orchid. HEX triplet: 99, 39 and CC. RGB value is (153,57,204). Sum of RGB (Red+Green+Blue) = 153+57+204=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #9939CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9939CC is #66C633. Grayscale: #656565. Windows color (decimal): -6735412 or 13384089. OLE color: 13384089.
HSL color Cylindrical-coordinate representation of color #9939CC: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9939CC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 57 | 204 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.2 |
| HSL | 279.18º | 0.59% | 0.51% | - |
| HSV(B) | 279.18º | 0.72% | 0.8% | - |
| XYZ | 25.5 | 14.06 | 58.5 | - |
| YUV | 102.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 204 | 0.25 | 0.72 | 0 | 0.2 | 279.18 | 0.59 | 0.51 |
| Hex | 99 | 39 | CC | 19 | 48 | 0 | 14 | 117 | 3B | 33 |
| Octal | 231 | 71 | 314 | 31 | 110 | 0 | 24 | 427 | 73 | 63 |
| Binary | 10011001 | 111001 | 11001100 | 11001 | 1001000 | 0 | 10100 | 100010111 | 111011 | 110011 |
Color Harmonies of #9939CC
Complementary color
Monochromatic Colors of #9939CC
Black with #9939CC
Text Example
Text Example
White with #9939CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9939CC; }
p { color: rgb(153,57,204); }
H1.HeaderClassName
{
color: #9939CC;
}
.AnyTagClassName
{
color: #9939CC;
}
</style>
background-color css
<style>
a { background-color: #9939CC; }
a { background-color: rgb(153,57,204); }
div.DivClassName
{
background-color: #9939CC;
}
.BgClassName
{
background-color: #9939CC;
}
</style>
border-color css
<style>
span { border-color: #9939CC; }
span { border-color: rgb(153,57,204); }
td.TdClassName
{
border-color: #9939CC;
}
.TagClassName
{
border-color: #9939CC;
}
</style>