Shades of Dark Orchid #9325CB
Tints of Dark Orchid #9325CB
RGB
CMYK
RGB Variations
Color information
#9325CB (or 0x9325CB) is known color: Dark Orchid. HEX triplet: 93, 25 and CB. RGB value is (147,37,203). Sum of RGB (Red+Green+Blue) = 147+37+203=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9325CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9325CB is #6CDA34. Grayscale: #585858. Windows color (decimal): -7133749 or 13313427. OLE color: 13313427.
HSL color Cylindrical-coordinate representation of color #9325CB: hue angle of 279.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9325CB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 37 | 203 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.20 |
| HSL | 279.76º | 0.69% | 0.47% | - |
| HSV(B) | 279.76º | 0.82% | 0.8% | - |
| XYZ | 23.47 | 11.84 | 57.55 | - |
| YUV | 88.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 203 | 0.28 | 0.82 | 0 | 0.20 | 279.76 | 0.69 | 0.47 |
| Hex | 93 | 25 | CB | 1C | 52 | 0 | 14 | 118 | 45 | 2F |
| Octal | 223 | 45 | 313 | 34 | 122 | 0 | 24 | 430 | 105 | 57 |
| Binary | 10010011 | 100101 | 11001011 | 11100 | 1010010 | 0 | 10100 | 100011000 | 1000101 | 101111 |
Color Harmonies of #9325CB
Complementary color
Monochromatic Colors of #9325CB
Black with #9325CB
Text Example
Text Example
White with #9325CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9325CB; }
p { color: rgb(147,37,203); }
H1.HeaderClassName
{
color: #9325CB;
}
.AnyTagClassName
{
color: #9325CB;
}
</style>
background-color css
<style>
a { background-color: #9325CB; }
a { background-color: rgb(147,37,203); }
div.DivClassName
{
background-color: #9325CB;
}
.BgClassName
{
background-color: #9325CB;
}
</style>
border-color css
<style>
span { border-color: #9325CB; }
span { border-color: rgb(147,37,203); }
td.TdClassName
{
border-color: #9325CB;
}
.TagClassName
{
border-color: #9325CB;
}
</style>