Shades of Dark Orchid #9A25CB
Tints of Dark Orchid #9A25CB
RGB
CMYK
RGB Variations
Color information
#9A25CB (or 0x9A25CB) is known color: Dark Orchid. HEX triplet: 9A, 25 and CB. RGB value is (154,37,203). Sum of RGB (Red+Green+Blue) = 154+37+203=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A25CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A25CB is #65DA34. Grayscale: #5A5A5A. Windows color (decimal): -6674997 or 13313434. OLE color: 13313434.
HSL color Cylindrical-coordinate representation of color #9A25CB: hue angle of 282.29º 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 #9A25CB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 37 | 203 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.20 |
| HSL | 282.29º | 0.69% | 0.47% | - |
| HSV(B) | 282.29º | 0.82% | 0.8% | - |
| XYZ | 24.77 | 12.5 | 57.61 | - |
| YUV | 90.91 | 191.26 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 203 | 0.24 | 0.82 | 0 | 0.20 | 282.29 | 0.69 | 0.47 |
| Hex | 9A | 25 | CB | 18 | 52 | 0 | 14 | 11A | 45 | 2F |
| Octal | 232 | 45 | 313 | 30 | 122 | 0 | 24 | 432 | 105 | 57 |
| Binary | 10011010 | 100101 | 11001011 | 11000 | 1010010 | 0 | 10100 | 100011010 | 1000101 | 101111 |
Color Harmonies of #9A25CB
Complementary color
Monochromatic Colors of #9A25CB
Black with #9A25CB
Text Example
Text Example
White with #9A25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A25CB; }
p { color: rgb(154,37,203); }
H1.HeaderClassName
{
color: #9A25CB;
}
.AnyTagClassName
{
color: #9A25CB;
}
</style>
background-color css
<style>
a { background-color: #9A25CB; }
a { background-color: rgb(154,37,203); }
div.DivClassName
{
background-color: #9A25CB;
}
.BgClassName
{
background-color: #9A25CB;
}
</style>
border-color css
<style>
span { border-color: #9A25CB; }
span { border-color: rgb(154,37,203); }
td.TdClassName
{
border-color: #9A25CB;
}
.TagClassName
{
border-color: #9A25CB;
}
</style>