Shades of Dark Orchid #9439CC
Tints of Dark Orchid #9439CC
RGB
CMYK
RGB Variations
Color information
#9439CC (or 0x9439CC) is known color: Dark Orchid. HEX triplet: 94, 39 and CC. RGB value is (148,57,204). Sum of RGB (Red+Green+Blue) = 148+57+204=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #9439CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CC is #6BC633. Grayscale: #646464. Windows color (decimal): -7063092 or 13384084. OLE color: 13384084.
HSL color Cylindrical-coordinate representation of color #9439CC: hue angle of 277.14º 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 #9439CC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 57 | 204 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.2 |
| HSL | 277.14º | 0.59% | 0.51% | - |
| HSV(B) | 277.14º | 0.72% | 0.8% | - |
| XYZ | 24.57 | 13.58 | 58.45 | - |
| YUV | 100.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 204 | 0.27 | 0.72 | 0 | 0.2 | 277.14 | 0.59 | 0.51 |
| Hex | 94 | 39 | CC | 1B | 48 | 0 | 14 | 115 | 3B | 33 |
| Octal | 224 | 71 | 314 | 33 | 110 | 0 | 24 | 425 | 73 | 63 |
| Binary | 10010100 | 111001 | 11001100 | 11011 | 1001000 | 0 | 10100 | 100010101 | 111011 | 110011 |
Color Harmonies of #9439CC
Complementary color
Monochromatic Colors of #9439CC
Black with #9439CC
Text Example
Text Example
White with #9439CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439CC; }
p { color: rgb(148,57,204); }
H1.HeaderClassName
{
color: #9439CC;
}
.AnyTagClassName
{
color: #9439CC;
}
</style>
background-color css
<style>
a { background-color: #9439CC; }
a { background-color: rgb(148,57,204); }
div.DivClassName
{
background-color: #9439CC;
}
.BgClassName
{
background-color: #9439CC;
}
</style>
border-color css
<style>
span { border-color: #9439CC; }
span { border-color: rgb(148,57,204); }
td.TdClassName
{
border-color: #9439CC;
}
.TagClassName
{
border-color: #9439CC;
}
</style>