Shades of Dark Orchid #9834BD
Tints of Dark Orchid #9834BD
RGB
CMYK
RGB Variations
Color information
#9834BD (or 0x9834BD) is known color: Dark Orchid. HEX triplet: 98, 34 and BD. RGB value is (152,52,189). Sum of RGB (Red+Green+Blue) = 152+52+189=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #9834BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834BD is #67CB42. Grayscale: #616161. Windows color (decimal): -6802243 or 12399768. OLE color: 12399768.
HSL color Cylindrical-coordinate representation of color #9834BD: hue angle of 283.8º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9834BD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 52 | 189 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.26 |
| HSL | 283.8º | 0.57% | 0.47% | - |
| HSV(B) | 283.8º | 0.72% | 0.74% | - |
| XYZ | 23.36 | 12.81 | 49.38 | - |
| YUV | 97.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 189 | 0.20 | 0.72 | 0 | 0.26 | 283.8 | 0.57 | 0.47 |
| Hex | 98 | 34 | BD | 14 | 48 | 0 | 1A | 11C | 39 | 2F |
| Octal | 230 | 64 | 275 | 24 | 110 | 0 | 32 | 434 | 71 | 57 |
| Binary | 10011000 | 110100 | 10111101 | 10100 | 1001000 | 0 | 11010 | 100011100 | 111001 | 101111 |
Color Harmonies of #9834BD
Complementary color
Monochromatic Colors of #9834BD
Black with #9834BD
Text Example
Text Example
White with #9834BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9834BD; }
p { color: rgb(152,52,189); }
H1.HeaderClassName
{
color: #9834BD;
}
.AnyTagClassName
{
color: #9834BD;
}
</style>
background-color css
<style>
a { background-color: #9834BD; }
a { background-color: rgb(152,52,189); }
div.DivClassName
{
background-color: #9834BD;
}
.BgClassName
{
background-color: #9834BD;
}
</style>
border-color css
<style>
span { border-color: #9834BD; }
span { border-color: rgb(152,52,189); }
td.TdClassName
{
border-color: #9834BD;
}
.TagClassName
{
border-color: #9834BD;
}
</style>