Shades of Dark Orchid #9927CB
Tints of Dark Orchid #9927CB
RGB
CMYK
RGB Variations
Color information
#9927CB (or 0x9927CB) is known color: Dark Orchid. HEX triplet: 99, 27 and CB. RGB value is (153,39,203). Sum of RGB (Red+Green+Blue) = 153+39+203=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #9927CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927CB is #66D834. Grayscale: #5B5B5B. Windows color (decimal): -6740021 or 13313945. OLE color: 13313945.
HSL color Cylindrical-coordinate representation of color #9927CB: hue angle of 281.71º 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 #9927CB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 39 | 203 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.20 |
| HSL | 281.71º | 0.68% | 0.47% | - |
| HSV(B) | 281.71º | 0.81% | 0.8% | - |
| XYZ | 24.64 | 12.54 | 57.62 | - |
| YUV | 91.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 203 | 0.25 | 0.81 | 0 | 0.20 | 281.71 | 0.68 | 0.47 |
| Hex | 99 | 27 | CB | 19 | 51 | 0 | 14 | 11A | 44 | 2F |
| Octal | 231 | 47 | 313 | 31 | 121 | 0 | 24 | 432 | 104 | 57 |
| Binary | 10011001 | 100111 | 11001011 | 11001 | 1010001 | 0 | 10100 | 100011010 | 1000100 | 101111 |
Color Harmonies of #9927CB
Complementary color
Monochromatic Colors of #9927CB
Black with #9927CB
Text Example
Text Example
White with #9927CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927CB; }
p { color: rgb(153,39,203); }
H1.HeaderClassName
{
color: #9927CB;
}
.AnyTagClassName
{
color: #9927CB;
}
</style>
background-color css
<style>
a { background-color: #9927CB; }
a { background-color: rgb(153,39,203); }
div.DivClassName
{
background-color: #9927CB;
}
.BgClassName
{
background-color: #9927CB;
}
</style>
border-color css
<style>
span { border-color: #9927CB; }
span { border-color: rgb(153,39,203); }
td.TdClassName
{
border-color: #9927CB;
}
.TagClassName
{
border-color: #9927CB;
}
</style>