Shades of Dark Orchid #9446CE
Tints of Dark Orchid #9446CE
RGB
CMYK
RGB Variations
Color information
#9446CE (or 0x9446CE) is known color: Dark Orchid. HEX triplet: 94, 46 and CE. RGB value is (148,70,206). Sum of RGB (Red+Green+Blue) = 148+70+206=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9446CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446CE is #6BB931. Grayscale: #6C6C6C. Windows color (decimal): -7059762 or 13518484. OLE color: 13518484.
HSL color Cylindrical-coordinate representation of color #9446CE: hue angle of 274.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9446CE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 70 | 206 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.19 |
| HSL | 274.41º | 0.58% | 0.54% | - |
| HSV(B) | 274.41º | 0.66% | 0.81% | - |
| XYZ | 25.54 | 15.13 | 59.97 | - |
| YUV | 108.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 206 | 0.28 | 0.66 | 0 | 0.19 | 274.41 | 0.58 | 0.54 |
| Hex | 94 | 46 | CE | 1C | 42 | 0 | 13 | 112 | 3A | 36 |
| Octal | 224 | 106 | 316 | 34 | 102 | 0 | 23 | 422 | 72 | 66 |
| Binary | 10010100 | 1000110 | 11001110 | 11100 | 1000010 | 0 | 10011 | 100010010 | 111010 | 110110 |
Color Harmonies of #9446CE
Complementary color
Monochromatic Colors of #9446CE
Black with #9446CE
Text Example
Text Example
White with #9446CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9446CE; }
p { color: rgb(148,70,206); }
H1.HeaderClassName
{
color: #9446CE;
}
.AnyTagClassName
{
color: #9446CE;
}
</style>
background-color css
<style>
a { background-color: #9446CE; }
a { background-color: rgb(148,70,206); }
div.DivClassName
{
background-color: #9446CE;
}
.BgClassName
{
background-color: #9446CE;
}
</style>
border-color css
<style>
span { border-color: #9446CE; }
span { border-color: rgb(148,70,206); }
td.TdClassName
{
border-color: #9446CE;
}
.TagClassName
{
border-color: #9446CE;
}
</style>