Shades of Dark Orchid #9336BD
Tints of Dark Orchid #9336BD
RGB
CMYK
RGB Variations
Color information
#9336BD (or 0x9336BD) is known color: Dark Orchid. HEX triplet: 93, 36 and BD. RGB value is (147,54,189). Sum of RGB (Red+Green+Blue) = 147+54+189=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #9336BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336BD is #6CC942. Grayscale: #606060. Windows color (decimal): -7129411 or 12400275. OLE color: 12400275.
HSL color Cylindrical-coordinate representation of color #9336BD: hue angle of 281.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9336BD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 54 | 189 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.26 |
| HSL | 281.33º | 0.56% | 0.48% | - |
| HSV(B) | 281.33º | 0.71% | 0.74% | - |
| XYZ | 22.54 | 12.52 | 49.37 | - |
| YUV | 97.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 189 | 0.22 | 0.71 | 0 | 0.26 | 281.33 | 0.56 | 0.48 |
| Hex | 93 | 36 | BD | 16 | 47 | 0 | 1A | 119 | 38 | 30 |
| Octal | 223 | 66 | 275 | 26 | 107 | 0 | 32 | 431 | 70 | 60 |
| Binary | 10010011 | 110110 | 10111101 | 10110 | 1000111 | 0 | 11010 | 100011001 | 111000 | 110000 |
Color Harmonies of #9336BD
Complementary color
Monochromatic Colors of #9336BD
Black with #9336BD
Text Example
Text Example
White with #9336BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336BD; }
p { color: rgb(147,54,189); }
H1.HeaderClassName
{
color: #9336BD;
}
.AnyTagClassName
{
color: #9336BD;
}
</style>
background-color css
<style>
a { background-color: #9336BD; }
a { background-color: rgb(147,54,189); }
div.DivClassName
{
background-color: #9336BD;
}
.BgClassName
{
background-color: #9336BD;
}
</style>
border-color css
<style>
span { border-color: #9336BD; }
span { border-color: rgb(147,54,189); }
td.TdClassName
{
border-color: #9336BD;
}
.TagClassName
{
border-color: #9336BD;
}
</style>