Shades of Dark Orchid #9845CE
Tints of Dark Orchid #9845CE
RGB
CMYK
RGB Variations
Color information
#9845CE (or 0x9845CE) is known color: Dark Orchid. HEX triplet: 98, 45 and CE. RGB value is (152,69,206). Sum of RGB (Red+Green+Blue) = 152+69+206=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9845CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845CE is #67BA31. Grayscale: #6C6C6C. Windows color (decimal): -6797874 or 13518232. OLE color: 13518232.
HSL color Cylindrical-coordinate representation of color #9845CE: hue angle of 276.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9845CE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 69 | 206 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.19 |
| HSL | 276.35º | 0.58% | 0.54% | - |
| HSV(B) | 276.35º | 0.67% | 0.81% | - |
| XYZ | 26.22 | 15.39 | 59.98 | - |
| YUV | 109.44 | 182.5 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 206 | 0.26 | 0.67 | 0 | 0.19 | 276.35 | 0.58 | 0.54 |
| Hex | 98 | 45 | CE | 1A | 43 | 0 | 13 | 114 | 3A | 36 |
| Octal | 230 | 105 | 316 | 32 | 103 | 0 | 23 | 424 | 72 | 66 |
| Binary | 10011000 | 1000101 | 11001110 | 11010 | 1000011 | 0 | 10011 | 100010100 | 111010 | 110110 |
Color Harmonies of #9845CE
Complementary color
Monochromatic Colors of #9845CE
Black with #9845CE
Text Example
Text Example
White with #9845CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845CE; }
p { color: rgb(152,69,206); }
H1.HeaderClassName
{
color: #9845CE;
}
.AnyTagClassName
{
color: #9845CE;
}
</style>
background-color css
<style>
a { background-color: #9845CE; }
a { background-color: rgb(152,69,206); }
div.DivClassName
{
background-color: #9845CE;
}
.BgClassName
{
background-color: #9845CE;
}
</style>
border-color css
<style>
span { border-color: #9845CE; }
span { border-color: rgb(152,69,206); }
td.TdClassName
{
border-color: #9845CE;
}
.TagClassName
{
border-color: #9845CE;
}
</style>