Shades of Dark Orchid #9B25CE
Tints of Dark Orchid #9B25CE
RGB
CMYK
RGB Variations
Color information
#9B25CE (or 0x9B25CE) is known color: Dark Orchid. HEX triplet: 9B, 25 and CE. RGB value is (155,37,206). Sum of RGB (Red+Green+Blue) = 155+37+206=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B25CE is #64DA31. Grayscale: #5A5A5A. Windows color (decimal): -6609458 or 13510043. OLE color: 13510043.
HSL color Cylindrical-coordinate representation of color #9B25CE: hue angle of 281.89º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B25CE is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 37 | 206 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.19 |
| HSL | 281.89º | 0.7% | 0.48% | - |
| HSV(B) | 281.89º | 0.82% | 0.81% | - |
| XYZ | 25.32 | 12.75 | 59.52 | - |
| YUV | 91.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 206 | 0.25 | 0.82 | 0 | 0.19 | 281.89 | 0.7 | 0.48 |
| Hex | 9B | 25 | CE | 19 | 52 | 0 | 13 | 11A | 46 | 30 |
| Octal | 233 | 45 | 316 | 31 | 122 | 0 | 23 | 432 | 106 | 60 |
| Binary | 10011011 | 100101 | 11001110 | 11001 | 1010010 | 0 | 10011 | 100011010 | 1000110 | 110000 |
Color Harmonies of #9B25CE
Complementary color
Monochromatic Colors of #9B25CE
Black with #9B25CE
Text Example
Text Example
White with #9B25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B25CE; }
p { color: rgb(155,37,206); }
H1.HeaderClassName
{
color: #9B25CE;
}
.AnyTagClassName
{
color: #9B25CE;
}
</style>
background-color css
<style>
a { background-color: #9B25CE; }
a { background-color: rgb(155,37,206); }
div.DivClassName
{
background-color: #9B25CE;
}
.BgClassName
{
background-color: #9B25CE;
}
</style>
border-color css
<style>
span { border-color: #9B25CE; }
span { border-color: rgb(155,37,206); }
td.TdClassName
{
border-color: #9B25CE;
}
.TagClassName
{
border-color: #9B25CE;
}
</style>