Shades of Dark Orchid #9925BC
Tints of Dark Orchid #9925BC
RGB
CMYK
RGB Variations
Color information
#9925BC (or 0x9925BC) is known color: Dark Orchid. HEX triplet: 99, 25 and BC. RGB value is (153,37,188). Sum of RGB (Red+Green+Blue) = 153+37+188=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9925BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9925BC is #66DA43. Grayscale: #585858. Windows color (decimal): -6740548 or 12330393. OLE color: 12330393.
HSL color Cylindrical-coordinate representation of color #9925BC: hue angle of 286.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9925BC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 37 | 188 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.26 |
| HSL | 286.09º | 0.67% | 0.44% | - |
| HSV(B) | 286.09º | 0.8% | 0.74% | - |
| XYZ | 22.88 | 11.73 | 48.63 | - |
| YUV | 88.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 188 | 0.19 | 0.80 | 0 | 0.26 | 286.09 | 0.67 | 0.44 |
| Hex | 99 | 25 | BC | 13 | 50 | 0 | 1A | 11E | 43 | 2C |
| Octal | 231 | 45 | 274 | 23 | 120 | 0 | 32 | 436 | 103 | 54 |
| Binary | 10011001 | 100101 | 10111100 | 10011 | 1010000 | 0 | 11010 | 100011110 | 1000011 | 101100 |
Color Harmonies of #9925BC
Complementary color
Monochromatic Colors of #9925BC
Black with #9925BC
Text Example
Text Example
White with #9925BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9925BC; }
p { color: rgb(153,37,188); }
H1.HeaderClassName
{
color: #9925BC;
}
.AnyTagClassName
{
color: #9925BC;
}
</style>
background-color css
<style>
a { background-color: #9925BC; }
a { background-color: rgb(153,37,188); }
div.DivClassName
{
background-color: #9925BC;
}
.BgClassName
{
background-color: #9925BC;
}
</style>
border-color css
<style>
span { border-color: #9925BC; }
span { border-color: rgb(153,37,188); }
td.TdClassName
{
border-color: #9925BC;
}
.TagClassName
{
border-color: #9925BC;
}
</style>