Shades of Dark Orchid #9333C6
Tints of Dark Orchid #9333C6
RGB
CMYK
RGB Variations
Color information
#9333C6 (or 0x9333C6) is known color: Dark Orchid. HEX triplet: 93, 33 and C6. RGB value is (147,51,198). Sum of RGB (Red+Green+Blue) = 147+51+198=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #9333C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333C6 is #6CCC39. Grayscale: #5F5F5F. Windows color (decimal): -7130170 or 12989331. OLE color: 12989331.
HSL color Cylindrical-coordinate representation of color #9333C6: hue angle of 279.18º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9333C6 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 51 | 198 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.22 |
| HSL | 279.18º | 0.59% | 0.49% | - |
| HSV(B) | 279.18º | 0.74% | 0.78% | - |
| XYZ | 23.41 | 12.65 | 54.63 | - |
| YUV | 96.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 198 | 0.26 | 0.74 | 0 | 0.22 | 279.18 | 0.59 | 0.49 |
| Hex | 93 | 33 | C6 | 1A | 4A | 0 | 16 | 117 | 3B | 31 |
| Octal | 223 | 63 | 306 | 32 | 112 | 0 | 26 | 427 | 73 | 61 |
| Binary | 10010011 | 110011 | 11000110 | 11010 | 1001010 | 0 | 10110 | 100010111 | 111011 | 110001 |
Color Harmonies of #9333C6
Complementary color
Monochromatic Colors of #9333C6
Black with #9333C6
Text Example
Text Example
White with #9333C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333C6; }
p { color: rgb(147,51,198); }
H1.HeaderClassName
{
color: #9333C6;
}
.AnyTagClassName
{
color: #9333C6;
}
</style>
background-color css
<style>
a { background-color: #9333C6; }
a { background-color: rgb(147,51,198); }
div.DivClassName
{
background-color: #9333C6;
}
.BgClassName
{
background-color: #9333C6;
}
</style>
border-color css
<style>
span { border-color: #9333C6; }
span { border-color: rgb(147,51,198); }
td.TdClassName
{
border-color: #9333C6;
}
.TagClassName
{
border-color: #9333C6;
}
</style>