Shades of Dark Orchid #9923BC
Tints of Dark Orchid #9923BC
RGB
CMYK
RGB Variations
Color information
#9923BC (or 0x9923BC) is known color: Dark Orchid. HEX triplet: 99, 23 and BC. RGB value is (153,35,188). Sum of RGB (Red+Green+Blue) = 153+35+188=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #9923BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9923BC is #66DC43. Grayscale: #575757. Windows color (decimal): -6741060 or 12329881. OLE color: 12329881.
HSL color Cylindrical-coordinate representation of color #9923BC: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9923BC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 35 | 188 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.26 |
| HSL | 286.27º | 0.69% | 0.44% | - |
| HSV(B) | 286.27º | 0.81% | 0.74% | - |
| XYZ | 22.82 | 11.61 | 48.61 | - |
| YUV | 87.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 188 | 0.19 | 0.81 | 0 | 0.26 | 286.27 | 0.69 | 0.44 |
| Hex | 99 | 23 | BC | 13 | 51 | 0 | 1A | 11E | 45 | 2C |
| Octal | 231 | 43 | 274 | 23 | 121 | 0 | 32 | 436 | 105 | 54 |
| Binary | 10011001 | 100011 | 10111100 | 10011 | 1010001 | 0 | 11010 | 100011110 | 1000101 | 101100 |
Color Harmonies of #9923BC
Complementary color
Monochromatic Colors of #9923BC
Black with #9923BC
Text Example
Text Example
White with #9923BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9923BC; }
p { color: rgb(153,35,188); }
H1.HeaderClassName
{
color: #9923BC;
}
.AnyTagClassName
{
color: #9923BC;
}
</style>
background-color css
<style>
a { background-color: #9923BC; }
a { background-color: rgb(153,35,188); }
div.DivClassName
{
background-color: #9923BC;
}
.BgClassName
{
background-color: #9923BC;
}
</style>
border-color css
<style>
span { border-color: #9923BC; }
span { border-color: rgb(153,35,188); }
td.TdClassName
{
border-color: #9923BC;
}
.TagClassName
{
border-color: #9923BC;
}
</style>