Shades of Dark Orchid #9724CB
Tints of Dark Orchid #9724CB
RGB
CMYK
RGB Variations
Color information
#9724CB (or 0x9724CB) is known color: Dark Orchid. HEX triplet: 97, 24 and CB. RGB value is (151,36,203). Sum of RGB (Red+Green+Blue) = 151+36+203=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #9724CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9724CB is #68DB34. Grayscale: #585858. Windows color (decimal): -6871861 or 13313175. OLE color: 13313175.
HSL color Cylindrical-coordinate representation of color #9724CB: hue angle of 281.32º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9724CB is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 36 | 203 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.20 |
| HSL | 281.32º | 0.7% | 0.47% | - |
| HSV(B) | 281.32º | 0.82% | 0.8% | - |
| XYZ | 24.17 | 12.15 | 57.57 | - |
| YUV | 89.42 | 192.1 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 203 | 0.26 | 0.82 | 0 | 0.20 | 281.32 | 0.7 | 0.47 |
| Hex | 97 | 24 | CB | 1A | 52 | 0 | 14 | 119 | 46 | 2F |
| Octal | 227 | 44 | 313 | 32 | 122 | 0 | 24 | 431 | 106 | 57 |
| Binary | 10010111 | 100100 | 11001011 | 11010 | 1010010 | 0 | 10100 | 100011001 | 1000110 | 101111 |
Color Harmonies of #9724CB
Complementary color
Monochromatic Colors of #9724CB
Black with #9724CB
Text Example
Text Example
White with #9724CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9724CB; }
p { color: rgb(151,36,203); }
H1.HeaderClassName
{
color: #9724CB;
}
.AnyTagClassName
{
color: #9724CB;
}
</style>
background-color css
<style>
a { background-color: #9724CB; }
a { background-color: rgb(151,36,203); }
div.DivClassName
{
background-color: #9724CB;
}
.BgClassName
{
background-color: #9724CB;
}
</style>
border-color css
<style>
span { border-color: #9724CB; }
span { border-color: rgb(151,36,203); }
td.TdClassName
{
border-color: #9724CB;
}
.TagClassName
{
border-color: #9724CB;
}
</style>