Shades of Dark Orchid #9925CB
Tints of Dark Orchid #9925CB
RGB
CMYK
RGB Variations
Color information
#9925CB (or 0x9925CB) is known color: Dark Orchid. HEX triplet: 99, 25 and CB. RGB value is (153,37,203). Sum of RGB (Red+Green+Blue) = 153+37+203=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #9925CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9925CB is #66DA34. Grayscale: #5A5A5A. Windows color (decimal): -6740533 or 13313433. OLE color: 13313433.
HSL color Cylindrical-coordinate representation of color #9925CB: hue angle of 281.93º degrees, saturation: 0.69, 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 #9925CB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 37 | 203 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.20 |
| HSL | 281.93º | 0.69% | 0.47% | - |
| HSV(B) | 281.93º | 0.82% | 0.8% | - |
| XYZ | 24.58 | 12.41 | 57.6 | - |
| YUV | 90.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 203 | 0.25 | 0.82 | 0 | 0.20 | 281.93 | 0.69 | 0.47 |
| Hex | 99 | 25 | CB | 19 | 52 | 0 | 14 | 11A | 45 | 2F |
| Octal | 231 | 45 | 313 | 31 | 122 | 0 | 24 | 432 | 105 | 57 |
| Binary | 10011001 | 100101 | 11001011 | 11001 | 1010010 | 0 | 10100 | 100011010 | 1000101 | 101111 |
Color Harmonies of #9925CB
Complementary color
Monochromatic Colors of #9925CB
Black with #9925CB
Text Example
Text Example
White with #9925CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9925CB; }
p { color: rgb(153,37,203); }
H1.HeaderClassName
{
color: #9925CB;
}
.AnyTagClassName
{
color: #9925CB;
}
</style>
background-color css
<style>
a { background-color: #9925CB; }
a { background-color: rgb(153,37,203); }
div.DivClassName
{
background-color: #9925CB;
}
.BgClassName
{
background-color: #9925CB;
}
</style>
border-color css
<style>
span { border-color: #9925CB; }
span { border-color: rgb(153,37,203); }
td.TdClassName
{
border-color: #9925CB;
}
.TagClassName
{
border-color: #9925CB;
}
</style>