Shades of Dark Orchid #9446CC
Tints of Dark Orchid #9446CC
RGB
CMYK
RGB Variations
Color information
#9446CC (or 0x9446CC) is known color: Dark Orchid. HEX triplet: 94, 46 and CC. RGB value is (148,70,204). Sum of RGB (Red+Green+Blue) = 148+70+204=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #9446CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446CC is #6BB933. Grayscale: #6C6C6C. Windows color (decimal): -7059764 or 13387412. OLE color: 13387412.
HSL color Cylindrical-coordinate representation of color #9446CC: hue angle of 274.93º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9446CC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 70 | 204 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.2 |
| HSL | 274.93º | 0.57% | 0.54% | - |
| HSV(B) | 274.93º | 0.66% | 0.8% | - |
| XYZ | 25.3 | 15.04 | 58.7 | - |
| YUV | 108.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 204 | 0.27 | 0.66 | 0 | 0.2 | 274.93 | 0.57 | 0.54 |
| Hex | 94 | 46 | CC | 1B | 42 | 0 | 14 | 113 | 39 | 36 |
| Octal | 224 | 106 | 314 | 33 | 102 | 0 | 24 | 423 | 71 | 66 |
| Binary | 10010100 | 1000110 | 11001100 | 11011 | 1000010 | 0 | 10100 | 100010011 | 111001 | 110110 |
Color Harmonies of #9446CC
Complementary color
Monochromatic Colors of #9446CC
Black with #9446CC
Text Example
Text Example
White with #9446CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446CC; }
p { color: rgb(148,70,204); }
H1.HeaderClassName
{
color: #9446CC;
}
.AnyTagClassName
{
color: #9446CC;
}
</style>
background-color css
<style>
a { background-color: #9446CC; }
a { background-color: rgb(148,70,204); }
div.DivClassName
{
background-color: #9446CC;
}
.BgClassName
{
background-color: #9446CC;
}
</style>
border-color css
<style>
span { border-color: #9446CC; }
span { border-color: rgb(148,70,204); }
td.TdClassName
{
border-color: #9446CC;
}
.TagClassName
{
border-color: #9446CC;
}
</style>