Shades of Dark Orchid #9426CB
Tints of Dark Orchid #9426CB
RGB
CMYK
RGB Variations
Color information
#9426CB (or 0x9426CB) is known color: Dark Orchid. HEX triplet: 94, 26 and CB. RGB value is (148,38,203). Sum of RGB (Red+Green+Blue) = 148+38+203=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #9426CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9426CB is #6BD934. Grayscale: #595959. Windows color (decimal): -7067957 or 13313684. OLE color: 13313684.
HSL color Cylindrical-coordinate representation of color #9426CB: hue angle of 280º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9426CB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 38 | 203 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.20 |
| HSL | 280º | 0.68% | 0.47% | - |
| HSV(B) | 280º | 0.81% | 0.8% | - |
| XYZ | 23.69 | 11.99 | 57.57 | - |
| YUV | 89.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 203 | 0.27 | 0.81 | 0 | 0.20 | 280 | 0.68 | 0.47 |
| Hex | 94 | 26 | CB | 1B | 51 | 0 | 14 | 118 | 44 | 2F |
| Octal | 224 | 46 | 313 | 33 | 121 | 0 | 24 | 430 | 104 | 57 |
| Binary | 10010100 | 100110 | 11001011 | 11011 | 1010001 | 0 | 10100 | 100011000 | 1000100 | 101111 |
Color Harmonies of #9426CB
Complementary color
Monochromatic Colors of #9426CB
Black with #9426CB
Text Example
Text Example
White with #9426CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426CB; }
p { color: rgb(148,38,203); }
H1.HeaderClassName
{
color: #9426CB;
}
.AnyTagClassName
{
color: #9426CB;
}
</style>
background-color css
<style>
a { background-color: #9426CB; }
a { background-color: rgb(148,38,203); }
div.DivClassName
{
background-color: #9426CB;
}
.BgClassName
{
background-color: #9426CB;
}
</style>
border-color css
<style>
span { border-color: #9426CB; }
span { border-color: rgb(148,38,203); }
td.TdClassName
{
border-color: #9426CB;
}
.TagClassName
{
border-color: #9426CB;
}
</style>