Shades of Dark Orchid #9442CC
Tints of Dark Orchid #9442CC
RGB
CMYK
RGB Variations
Color information
#9442CC (or 0x9442CC) is known color: Dark Orchid. HEX triplet: 94, 42 and CC. RGB value is (148,66,204). Sum of RGB (Red+Green+Blue) = 148+66+204=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #9442CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442CC is #6BBD33. Grayscale: #696969. Windows color (decimal): -7060788 or 13386388. OLE color: 13386388.
HSL color Cylindrical-coordinate representation of color #9442CC: hue angle of 275.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9442CC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 66 | 204 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.2 |
| HSL | 275.65º | 0.58% | 0.53% | - |
| HSV(B) | 275.65º | 0.68% | 0.8% | - |
| XYZ | 25.06 | 14.55 | 58.61 | - |
| YUV | 106.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 204 | 0.27 | 0.68 | 0 | 0.2 | 275.65 | 0.58 | 0.53 |
| Hex | 94 | 42 | CC | 1B | 44 | 0 | 14 | 114 | 3A | 35 |
| Octal | 224 | 102 | 314 | 33 | 104 | 0 | 24 | 424 | 72 | 65 |
| Binary | 10010100 | 1000010 | 11001100 | 11011 | 1000100 | 0 | 10100 | 100010100 | 111010 | 110101 |
Color Harmonies of #9442CC
Complementary color
Monochromatic Colors of #9442CC
Black with #9442CC
Text Example
Text Example
White with #9442CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9442CC; }
p { color: rgb(148,66,204); }
H1.HeaderClassName
{
color: #9442CC;
}
.AnyTagClassName
{
color: #9442CC;
}
</style>
background-color css
<style>
a { background-color: #9442CC; }
a { background-color: rgb(148,66,204); }
div.DivClassName
{
background-color: #9442CC;
}
.BgClassName
{
background-color: #9442CC;
}
</style>
border-color css
<style>
span { border-color: #9442CC; }
span { border-color: rgb(148,66,204); }
td.TdClassName
{
border-color: #9442CC;
}
.TagClassName
{
border-color: #9442CC;
}
</style>