Shades of Dark Orchid #9726CB
Tints of Dark Orchid #9726CB
RGB
CMYK
RGB Variations
Color information
#9726CB (or 0x9726CB) is known color: Dark Orchid. HEX triplet: 97, 26 and CB. RGB value is (151,38,203). Sum of RGB (Red+Green+Blue) = 151+38+203=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #9726CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726CB is #68D934. Grayscale: #5A5A5A. Windows color (decimal): -6871349 or 13313687. OLE color: 13313687.
HSL color Cylindrical-coordinate representation of color #9726CB: hue angle of 281.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9726CB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 38 | 203 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.20 |
| HSL | 281.09º | 0.68% | 0.47% | - |
| HSV(B) | 281.09º | 0.81% | 0.8% | - |
| XYZ | 24.24 | 12.28 | 57.59 | - |
| YUV | 90.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 203 | 0.26 | 0.81 | 0 | 0.20 | 281.09 | 0.68 | 0.47 |
| Hex | 97 | 26 | CB | 1A | 51 | 0 | 14 | 119 | 44 | 2F |
| Octal | 227 | 46 | 313 | 32 | 121 | 0 | 24 | 431 | 104 | 57 |
| Binary | 10010111 | 100110 | 11001011 | 11010 | 1010001 | 0 | 10100 | 100011001 | 1000100 | 101111 |
Color Harmonies of #9726CB
Complementary color
Monochromatic Colors of #9726CB
Black with #9726CB
Text Example
Text Example
White with #9726CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9726CB; }
p { color: rgb(151,38,203); }
H1.HeaderClassName
{
color: #9726CB;
}
.AnyTagClassName
{
color: #9726CB;
}
</style>
background-color css
<style>
a { background-color: #9726CB; }
a { background-color: rgb(151,38,203); }
div.DivClassName
{
background-color: #9726CB;
}
.BgClassName
{
background-color: #9726CB;
}
</style>
border-color css
<style>
span { border-color: #9726CB; }
span { border-color: rgb(151,38,203); }
td.TdClassName
{
border-color: #9726CB;
}
.TagClassName
{
border-color: #9726CB;
}
</style>