Shades of Dark Orchid #9423CB
Tints of Dark Orchid #9423CB
RGB
CMYK
RGB Variations
Color information
#9423CB (or 0x9423CB) is known color: Dark Orchid. HEX triplet: 94, 23 and CB. RGB value is (148,35,203). Sum of RGB (Red+Green+Blue) = 148+35+203=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #9423CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423CB is #6BDC34. Grayscale: #575757. Windows color (decimal): -7068725 or 13312916. OLE color: 13312916.
HSL color Cylindrical-coordinate representation of color #9423CB: hue angle of 280.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9423CB is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 35 | 203 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.20 |
| HSL | 280.36º | 0.71% | 0.47% | - |
| HSV(B) | 280.36º | 0.83% | 0.8% | - |
| XYZ | 23.59 | 11.81 | 57.54 | - |
| YUV | 87.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 203 | 0.27 | 0.83 | 0 | 0.20 | 280.36 | 0.71 | 0.47 |
| Hex | 94 | 23 | CB | 1B | 53 | 0 | 14 | 118 | 47 | 2F |
| Octal | 224 | 43 | 313 | 33 | 123 | 0 | 24 | 430 | 107 | 57 |
| Binary | 10010100 | 100011 | 11001011 | 11011 | 1010011 | 0 | 10100 | 100011000 | 1000111 | 101111 |
Color Harmonies of #9423CB
Complementary color
Monochromatic Colors of #9423CB
Black with #9423CB
Text Example
Text Example
White with #9423CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423CB; }
p { color: rgb(148,35,203); }
H1.HeaderClassName
{
color: #9423CB;
}
.AnyTagClassName
{
color: #9423CB;
}
</style>
background-color css
<style>
a { background-color: #9423CB; }
a { background-color: rgb(148,35,203); }
div.DivClassName
{
background-color: #9423CB;
}
.BgClassName
{
background-color: #9423CB;
}
</style>
border-color css
<style>
span { border-color: #9423CB; }
span { border-color: rgb(148,35,203); }
td.TdClassName
{
border-color: #9423CB;
}
.TagClassName
{
border-color: #9423CB;
}
</style>