Shades of Dark Orchid #9426CC
Tints of Dark Orchid #9426CC
RGB
CMYK
RGB Variations
Color information
#9426CC (or 0x9426CC) is known color: Dark Orchid. HEX triplet: 94, 26 and CC. RGB value is (148,38,204). Sum of RGB (Red+Green+Blue) = 148+38+204=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #9426CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9426CC is #6BD933. Grayscale: #595959. Windows color (decimal): -7067956 or 13379220. OLE color: 13379220.
HSL color Cylindrical-coordinate representation of color #9426CC: hue angle of 279.76º degrees, saturation: 0.69, 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 #9426CC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 38 | 204 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.2 |
| HSL | 279.76º | 0.69% | 0.47% | - |
| HSV(B) | 279.76º | 0.81% | 0.8% | - |
| XYZ | 23.8 | 12.04 | 58.2 | - |
| YUV | 89.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 204 | 0.27 | 0.81 | 0 | 0.2 | 279.76 | 0.69 | 0.47 |
| Hex | 94 | 26 | CC | 1B | 51 | 0 | 14 | 118 | 45 | 2F |
| Octal | 224 | 46 | 314 | 33 | 121 | 0 | 24 | 430 | 105 | 57 |
| Binary | 10010100 | 100110 | 11001100 | 11011 | 1010001 | 0 | 10100 | 100011000 | 1000101 | 101111 |
Color Harmonies of #9426CC
Complementary color
Monochromatic Colors of #9426CC
Black with #9426CC
Text Example
Text Example
White with #9426CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426CC; }
p { color: rgb(148,38,204); }
H1.HeaderClassName
{
color: #9426CC;
}
.AnyTagClassName
{
color: #9426CC;
}
</style>
background-color css
<style>
a { background-color: #9426CC; }
a { background-color: rgb(148,38,204); }
div.DivClassName
{
background-color: #9426CC;
}
.BgClassName
{
background-color: #9426CC;
}
</style>
border-color css
<style>
span { border-color: #9426CC; }
span { border-color: rgb(148,38,204); }
td.TdClassName
{
border-color: #9426CC;
}
.TagClassName
{
border-color: #9426CC;
}
</style>