Shades of Dark Orchid #9325BD
Tints of Dark Orchid #9325BD
RGB
CMYK
RGB Variations
Color information
#9325BD (or 0x9325BD) is known color: Dark Orchid. HEX triplet: 93, 25 and BD. RGB value is (147,37,189). Sum of RGB (Red+Green+Blue) = 147+37+189=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #9325BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9325BD is #6CDA42. Grayscale: #565656. Windows color (decimal): -7133763 or 12395923. OLE color: 12395923.
HSL color Cylindrical-coordinate representation of color #9325BD: hue angle of 283.42º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9325BD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 37 | 189 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.26 |
| HSL | 283.42º | 0.67% | 0.44% | - |
| HSV(B) | 283.42º | 0.8% | 0.74% | - |
| XYZ | 21.88 | 11.2 | 49.15 | - |
| YUV | 87.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 189 | 0.22 | 0.80 | 0 | 0.26 | 283.42 | 0.67 | 0.44 |
| Hex | 93 | 25 | BD | 16 | 50 | 0 | 1A | 11B | 43 | 2C |
| Octal | 223 | 45 | 275 | 26 | 120 | 0 | 32 | 433 | 103 | 54 |
| Binary | 10010011 | 100101 | 10111101 | 10110 | 1010000 | 0 | 11010 | 100011011 | 1000011 | 101100 |
Color Harmonies of #9325BD
Complementary color
Monochromatic Colors of #9325BD
Black with #9325BD
Text Example
Text Example
White with #9325BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9325BD; }
p { color: rgb(147,37,189); }
H1.HeaderClassName
{
color: #9325BD;
}
.AnyTagClassName
{
color: #9325BD;
}
</style>
background-color css
<style>
a { background-color: #9325BD; }
a { background-color: rgb(147,37,189); }
div.DivClassName
{
background-color: #9325BD;
}
.BgClassName
{
background-color: #9325BD;
}
</style>
border-color css
<style>
span { border-color: #9325BD; }
span { border-color: rgb(147,37,189); }
td.TdClassName
{
border-color: #9325BD;
}
.TagClassName
{
border-color: #9325BD;
}
</style>