Shades of Dark Orchid #9843CF
Tints of Dark Orchid #9843CF
RGB
CMYK
RGB Variations
Color information
#9843CF (or 0x9843CF) is known color: Dark Orchid. HEX triplet: 98, 43 and CF. RGB value is (152,67,207). Sum of RGB (Red+Green+Blue) = 152+67+207=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9843CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9843CF is #67BC30. Grayscale: #6B6B6B. Windows color (decimal): -6798385 or 13583256. OLE color: 13583256.
HSL color Cylindrical-coordinate representation of color #9843CF: hue angle of 276.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9843CF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 67 | 207 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.19 |
| HSL | 276.43º | 0.59% | 0.54% | - |
| HSV(B) | 276.43º | 0.68% | 0.81% | - |
| XYZ | 26.22 | 15.19 | 60.58 | - |
| YUV | 108.38 | 183.66 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 207 | 0.27 | 0.68 | 0 | 0.19 | 276.43 | 0.59 | 0.54 |
| Hex | 98 | 43 | CF | 1B | 44 | 0 | 13 | 114 | 3B | 36 |
| Octal | 230 | 103 | 317 | 33 | 104 | 0 | 23 | 424 | 73 | 66 |
| Binary | 10011000 | 1000011 | 11001111 | 11011 | 1000100 | 0 | 10011 | 100010100 | 111011 | 110110 |
Color Harmonies of #9843CF
Complementary color
Monochromatic Colors of #9843CF
Black with #9843CF
Text Example
Text Example
White with #9843CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9843CF; }
p { color: rgb(152,67,207); }
H1.HeaderClassName
{
color: #9843CF;
}
.AnyTagClassName
{
color: #9843CF;
}
</style>
background-color css
<style>
a { background-color: #9843CF; }
a { background-color: rgb(152,67,207); }
div.DivClassName
{
background-color: #9843CF;
}
.BgClassName
{
background-color: #9843CF;
}
</style>
border-color css
<style>
span { border-color: #9843CF; }
span { border-color: rgb(152,67,207); }
td.TdClassName
{
border-color: #9843CF;
}
.TagClassName
{
border-color: #9843CF;
}
</style>