Shades of Dark Orchid #9848DB
Tints of Dark Orchid #9848DB
RGB
CMYK
RGB Variations
Color information
#9848DB (or 0x9848DB) is known color: Dark Orchid. HEX triplet: 98, 48 and DB. RGB value is (152,72,219). Sum of RGB (Red+Green+Blue) = 152+72+219=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9848DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848DB is #67B724. Grayscale: #707070. Windows color (decimal): -6797093 or 14370968. OLE color: 14370968.
HSL color Cylindrical-coordinate representation of color #9848DB: hue angle of 272.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9848DB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 72 | 219 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.14 |
| HSL | 272.65º | 0.67% | 0.57% | - |
| HSV(B) | 272.65º | 0.67% | 0.86% | - |
| XYZ | 28.05 | 16.42 | 68.71 | - |
| YUV | 112.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 219 | 0.31 | 0.67 | 0 | 0.14 | 272.65 | 0.67 | 0.57 |
| Hex | 98 | 48 | DB | 1F | 43 | 0 | E | 111 | 43 | 39 |
| Octal | 230 | 110 | 333 | 37 | 103 | 0 | 16 | 421 | 103 | 71 |
| Binary | 10011000 | 1001000 | 11011011 | 11111 | 1000011 | 0 | 1110 | 100010001 | 1000011 | 111001 |
Color Harmonies of #9848DB
Complementary color
Monochromatic Colors of #9848DB
Black with #9848DB
Text Example
Text Example
White with #9848DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848DB; }
p { color: rgb(152,72,219); }
H1.HeaderClassName
{
color: #9848DB;
}
.AnyTagClassName
{
color: #9848DB;
}
</style>
background-color css
<style>
a { background-color: #9848DB; }
a { background-color: rgb(152,72,219); }
div.DivClassName
{
background-color: #9848DB;
}
.BgClassName
{
background-color: #9848DB;
}
</style>
border-color css
<style>
span { border-color: #9848DB; }
span { border-color: rgb(152,72,219); }
td.TdClassName
{
border-color: #9848DB;
}
.TagClassName
{
border-color: #9848DB;
}
</style>