Shades of Dark Orchid #9336CC
Tints of Dark Orchid #9336CC
RGB
CMYK
RGB Variations
Color information
#9336CC (or 0x9336CC) is known color: Dark Orchid. HEX triplet: 93, 36 and CC. RGB value is (147,54,204). Sum of RGB (Red+Green+Blue) = 147+54+204=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #9336CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336CC is #6CC933. Grayscale: #626262. Windows color (decimal): -7129396 or 13383315. OLE color: 13383315.
HSL color Cylindrical-coordinate representation of color #9336CC: hue angle of 277.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9336CC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 54 | 204 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.2 |
| HSL | 277.2º | 0.6% | 0.51% | - |
| HSV(B) | 277.2º | 0.74% | 0.8% | - |
| XYZ | 24.25 | 13.2 | 58.4 | - |
| YUV | 98.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 204 | 0.28 | 0.74 | 0 | 0.2 | 277.2 | 0.6 | 0.51 |
| Hex | 93 | 36 | CC | 1C | 4A | 0 | 14 | 115 | 3C | 33 |
| Octal | 223 | 66 | 314 | 34 | 112 | 0 | 24 | 425 | 74 | 63 |
| Binary | 10010011 | 110110 | 11001100 | 11100 | 1001010 | 0 | 10100 | 100010101 | 111100 | 110011 |
Color Harmonies of #9336CC
Complementary color
Monochromatic Colors of #9336CC
Black with #9336CC
Text Example
Text Example
White with #9336CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336CC; }
p { color: rgb(147,54,204); }
H1.HeaderClassName
{
color: #9336CC;
}
.AnyTagClassName
{
color: #9336CC;
}
</style>
background-color css
<style>
a { background-color: #9336CC; }
a { background-color: rgb(147,54,204); }
div.DivClassName
{
background-color: #9336CC;
}
.BgClassName
{
background-color: #9336CC;
}
</style>
border-color css
<style>
span { border-color: #9336CC; }
span { border-color: rgb(147,54,204); }
td.TdClassName
{
border-color: #9336CC;
}
.TagClassName
{
border-color: #9336CC;
}
</style>