Shades of Dark Orchid #9843CC
Tints of Dark Orchid #9843CC
RGB
CMYK
RGB Variations
Color information
#9843CC (or 0x9843CC) is known color: Dark Orchid. HEX triplet: 98, 43 and CC. RGB value is (152,67,204). Sum of RGB (Red+Green+Blue) = 152+67+204=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9843CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9843CC is #67BC33. Grayscale: #6B6B6B. Windows color (decimal): -6798388 or 13386648. OLE color: 13386648.
HSL color Cylindrical-coordinate representation of color #9843CC: hue angle of 277.23º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9843CC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 67 | 204 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.2 |
| HSL | 277.23º | 0.57% | 0.53% | - |
| HSV(B) | 277.23º | 0.67% | 0.8% | - |
| XYZ | 25.86 | 15.05 | 58.67 | - |
| YUV | 108.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 204 | 0.25 | 0.67 | 0 | 0.2 | 277.23 | 0.57 | 0.53 |
| Hex | 98 | 43 | CC | 19 | 43 | 0 | 14 | 115 | 39 | 35 |
| Octal | 230 | 103 | 314 | 31 | 103 | 0 | 24 | 425 | 71 | 65 |
| Binary | 10011000 | 1000011 | 11001100 | 11001 | 1000011 | 0 | 10100 | 100010101 | 111001 | 110101 |
Color Harmonies of #9843CC
Complementary color
Monochromatic Colors of #9843CC
Black with #9843CC
Text Example
Text Example
White with #9843CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9843CC; }
p { color: rgb(152,67,204); }
H1.HeaderClassName
{
color: #9843CC;
}
.AnyTagClassName
{
color: #9843CC;
}
</style>
background-color css
<style>
a { background-color: #9843CC; }
a { background-color: rgb(152,67,204); }
div.DivClassName
{
background-color: #9843CC;
}
.BgClassName
{
background-color: #9843CC;
}
</style>
border-color css
<style>
span { border-color: #9843CC; }
span { border-color: rgb(152,67,204); }
td.TdClassName
{
border-color: #9843CC;
}
.TagClassName
{
border-color: #9843CC;
}
</style>