Shades of Dark Orchid #9845CB
Tints of Dark Orchid #9845CB
RGB
CMYK
RGB Variations
Color information
#9845CB (or 0x9845CB) is known color: Dark Orchid. HEX triplet: 98, 45 and CB. RGB value is (152,69,203). Sum of RGB (Red+Green+Blue) = 152+69+203=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9845CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845CB is #67BA34. Grayscale: #6C6C6C. Windows color (decimal): -6797877 or 13321624. OLE color: 13321624.
HSL color Cylindrical-coordinate representation of color #9845CB: hue angle of 277.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9845CB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 69 | 203 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.20 |
| HSL | 277.16º | 0.56% | 0.53% | - |
| HSV(B) | 277.16º | 0.66% | 0.8% | - |
| XYZ | 25.86 | 15.24 | 58.08 | - |
| YUV | 109.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 203 | 0.25 | 0.66 | 0 | 0.20 | 277.16 | 0.56 | 0.53 |
| Hex | 98 | 45 | CB | 19 | 42 | 0 | 14 | 115 | 38 | 35 |
| Octal | 230 | 105 | 313 | 31 | 102 | 0 | 24 | 425 | 70 | 65 |
| Binary | 10011000 | 1000101 | 11001011 | 11001 | 1000010 | 0 | 10100 | 100010101 | 111000 | 110101 |
Color Harmonies of #9845CB
Complementary color
Monochromatic Colors of #9845CB
Black with #9845CB
Text Example
Text Example
White with #9845CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845CB; }
p { color: rgb(152,69,203); }
H1.HeaderClassName
{
color: #9845CB;
}
.AnyTagClassName
{
color: #9845CB;
}
</style>
background-color css
<style>
a { background-color: #9845CB; }
a { background-color: rgb(152,69,203); }
div.DivClassName
{
background-color: #9845CB;
}
.BgClassName
{
background-color: #9845CB;
}
</style>
border-color css
<style>
span { border-color: #9845CB; }
span { border-color: rgb(152,69,203); }
td.TdClassName
{
border-color: #9845CB;
}
.TagClassName
{
border-color: #9845CB;
}
</style>