Shades of Dark Orchid #9333B4
Tints of Dark Orchid #9333B4
RGB
CMYK
RGB Variations
Color information
#9333B4 (or 0x9333B4) is known color: Dark Orchid. HEX triplet: 93, 33 and B4. RGB value is (147,51,180). Sum of RGB (Red+Green+Blue) = 147+51+180=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #9333B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9333B4 is #6CCC4B. Grayscale: #5D5D5D. Windows color (decimal): -7130188 or 11809683. OLE color: 11809683.
HSL color Cylindrical-coordinate representation of color #9333B4: hue angle of 284.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9333B4 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 51 | 180 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.29 |
| HSL | 284.65º | 0.56% | 0.45% | - |
| HSV(B) | 284.65º | 0.72% | 0.71% | - |
| XYZ | 21.45 | 11.87 | 44.34 | - |
| YUV | 94.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 180 | 0.18 | 0.72 | 0 | 0.29 | 284.65 | 0.56 | 0.45 |
| Hex | 93 | 33 | B4 | 12 | 48 | 0 | 1D | 11D | 38 | 2D |
| Octal | 223 | 63 | 264 | 22 | 110 | 0 | 35 | 435 | 70 | 55 |
| Binary | 10010011 | 110011 | 10110100 | 10010 | 1001000 | 0 | 11101 | 100011101 | 111000 | 101101 |
Color Harmonies of #9333B4
Complementary color
Monochromatic Colors of #9333B4
Black with #9333B4
Text Example
Text Example
White with #9333B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333B4; }
p { color: rgb(147,51,180); }
H1.HeaderClassName
{
color: #9333B4;
}
.AnyTagClassName
{
color: #9333B4;
}
</style>
background-color css
<style>
a { background-color: #9333B4; }
a { background-color: rgb(147,51,180); }
div.DivClassName
{
background-color: #9333B4;
}
.BgClassName
{
background-color: #9333B4;
}
</style>
border-color css
<style>
span { border-color: #9333B4; }
span { border-color: rgb(147,51,180); }
td.TdClassName
{
border-color: #9333B4;
}
.TagClassName
{
border-color: #9333B4;
}
</style>