Shades of Dark Orchid #9440CC
Tints of Dark Orchid #9440CC
RGB
CMYK
RGB Variations
Color information
#9440CC (or 0x9440CC) is known color: Dark Orchid. HEX triplet: 94, 40 and CC. RGB value is (148,64,204). Sum of RGB (Red+Green+Blue) = 148+64+204=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9440CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440CC is #6BBF33. Grayscale: #686868. Windows color (decimal): -7061300 or 13385876. OLE color: 13385876.
HSL color Cylindrical-coordinate representation of color #9440CC: hue angle of 276º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9440CC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 64 | 204 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.2 |
| HSL | 276º | 0.58% | 0.53% | - |
| HSV(B) | 276º | 0.69% | 0.8% | - |
| XYZ | 24.95 | 14.32 | 58.58 | - |
| YUV | 105.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 204 | 0.27 | 0.69 | 0 | 0.2 | 276 | 0.58 | 0.53 |
| Hex | 94 | 40 | CC | 1B | 45 | 0 | 14 | 114 | 3A | 35 |
| Octal | 224 | 100 | 314 | 33 | 105 | 0 | 24 | 424 | 72 | 65 |
| Binary | 10010100 | 1000000 | 11001100 | 11011 | 1000101 | 0 | 10100 | 100010100 | 111010 | 110101 |
Color Harmonies of #9440CC
Complementary color
Monochromatic Colors of #9440CC
Black with #9440CC
Text Example
Text Example
White with #9440CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9440CC; }
p { color: rgb(148,64,204); }
H1.HeaderClassName
{
color: #9440CC;
}
.AnyTagClassName
{
color: #9440CC;
}
</style>
background-color css
<style>
a { background-color: #9440CC; }
a { background-color: rgb(148,64,204); }
div.DivClassName
{
background-color: #9440CC;
}
.BgClassName
{
background-color: #9440CC;
}
</style>
border-color css
<style>
span { border-color: #9440CC; }
span { border-color: rgb(148,64,204); }
td.TdClassName
{
border-color: #9440CC;
}
.TagClassName
{
border-color: #9440CC;
}
</style>