Shades of Dark Orchid #9440CB
Tints of Dark Orchid #9440CB
RGB
CMYK
RGB Variations
Color information
#9440CB (or 0x9440CB) is known color: Dark Orchid. HEX triplet: 94, 40 and CB. RGB value is (148,64,203). Sum of RGB (Red+Green+Blue) = 148+64+203=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #9440CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440CB is #6BBF34. Grayscale: #686868. Windows color (decimal): -7061301 or 13320340. OLE color: 13320340.
HSL color Cylindrical-coordinate representation of color #9440CB: hue angle of 276.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9440CB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 64 | 203 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.20 |
| HSL | 276.26º | 0.57% | 0.52% | - |
| HSV(B) | 276.26º | 0.68% | 0.8% | - |
| XYZ | 24.83 | 14.27 | 57.95 | - |
| YUV | 104.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 203 | 0.27 | 0.68 | 0 | 0.20 | 276.26 | 0.57 | 0.52 |
| Hex | 94 | 40 | CB | 1B | 44 | 0 | 14 | 114 | 39 | 34 |
| Octal | 224 | 100 | 313 | 33 | 104 | 0 | 24 | 424 | 71 | 64 |
| Binary | 10010100 | 1000000 | 11001011 | 11011 | 1000100 | 0 | 10100 | 100010100 | 111001 | 110100 |
Color Harmonies of #9440CB
Complementary color
Monochromatic Colors of #9440CB
Black with #9440CB
Text Example
Text Example
White with #9440CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440CB; }
p { color: rgb(148,64,203); }
H1.HeaderClassName
{
color: #9440CB;
}
.AnyTagClassName
{
color: #9440CB;
}
</style>
background-color css
<style>
a { background-color: #9440CB; }
a { background-color: rgb(148,64,203); }
div.DivClassName
{
background-color: #9440CB;
}
.BgClassName
{
background-color: #9440CB;
}
</style>
border-color css
<style>
span { border-color: #9440CB; }
span { border-color: rgb(148,64,203); }
td.TdClassName
{
border-color: #9440CB;
}
.TagClassName
{
border-color: #9440CB;
}
</style>