Shades of Dark Orchid #9838CE
Tints of Dark Orchid #9838CE
RGB
CMYK
RGB Variations
Color information
#9838CE (or 0x9838CE) is known color: Dark Orchid. HEX triplet: 98, 38 and CE. RGB value is (152,56,206). Sum of RGB (Red+Green+Blue) = 152+56+206=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #9838CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9838CE is #67C731. Grayscale: #656565. Windows color (decimal): -6801202 or 13514904. OLE color: 13514904.
HSL color Cylindrical-coordinate representation of color #9838CE: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9838CE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 56 | 206 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.19 |
| HSL | 278.4º | 0.6% | 0.51% | - |
| HSV(B) | 278.4º | 0.73% | 0.81% | - |
| XYZ | 25.5 | 13.96 | 59.74 | - |
| YUV | 101.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 206 | 0.26 | 0.73 | 0 | 0.19 | 278.4 | 0.6 | 0.51 |
| Hex | 98 | 38 | CE | 1A | 49 | 0 | 13 | 116 | 3C | 33 |
| Octal | 230 | 70 | 316 | 32 | 111 | 0 | 23 | 426 | 74 | 63 |
| Binary | 10011000 | 111000 | 11001110 | 11010 | 1001001 | 0 | 10011 | 100010110 | 111100 | 110011 |
Color Harmonies of #9838CE
Complementary color
Monochromatic Colors of #9838CE
Black with #9838CE
Text Example
Text Example
White with #9838CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9838CE; }
p { color: rgb(152,56,206); }
H1.HeaderClassName
{
color: #9838CE;
}
.AnyTagClassName
{
color: #9838CE;
}
</style>
background-color css
<style>
a { background-color: #9838CE; }
a { background-color: rgb(152,56,206); }
div.DivClassName
{
background-color: #9838CE;
}
.BgClassName
{
background-color: #9838CE;
}
</style>
border-color css
<style>
span { border-color: #9838CE; }
span { border-color: rgb(152,56,206); }
td.TdClassName
{
border-color: #9838CE;
}
.TagClassName
{
border-color: #9838CE;
}
</style>