Shades of Dark Orchid #9326CC
Tints of Dark Orchid #9326CC
RGB
CMYK
RGB Variations
Color information
#9326CC (or 0x9326CC) is known color: Dark Orchid. HEX triplet: 93, 26 and CC. RGB value is (147,38,204). Sum of RGB (Red+Green+Blue) = 147+38+204=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #9326CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326CC is #6CD933. Grayscale: #585858. Windows color (decimal): -7133492 or 13379219. OLE color: 13379219.
HSL color Cylindrical-coordinate representation of color #9326CC: hue angle of 279.4º 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 #9326CC is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 38 | 204 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.2 |
| HSL | 279.4º | 0.69% | 0.47% | - |
| HSV(B) | 279.4º | 0.81% | 0.8% | - |
| XYZ | 23.62 | 11.95 | 58.19 | - |
| YUV | 89.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 204 | 0.28 | 0.81 | 0 | 0.2 | 279.4 | 0.69 | 0.47 |
| Hex | 93 | 26 | CC | 1C | 51 | 0 | 14 | 117 | 45 | 2F |
| Octal | 223 | 46 | 314 | 34 | 121 | 0 | 24 | 427 | 105 | 57 |
| Binary | 10010011 | 100110 | 11001100 | 11100 | 1010001 | 0 | 10100 | 100010111 | 1000101 | 101111 |
Color Harmonies of #9326CC
Complementary color
Monochromatic Colors of #9326CC
Black with #9326CC
Text Example
Text Example
White with #9326CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326CC; }
p { color: rgb(147,38,204); }
H1.HeaderClassName
{
color: #9326CC;
}
.AnyTagClassName
{
color: #9326CC;
}
</style>
background-color css
<style>
a { background-color: #9326CC; }
a { background-color: rgb(147,38,204); }
div.DivClassName
{
background-color: #9326CC;
}
.BgClassName
{
background-color: #9326CC;
}
</style>
border-color css
<style>
span { border-color: #9326CC; }
span { border-color: rgb(147,38,204); }
td.TdClassName
{
border-color: #9326CC;
}
.TagClassName
{
border-color: #9326CC;
}
</style>