Shades of Dark Orchid #9325B2
Tints of Dark Orchid #9325B2
RGB
CMYK
RGB Variations
Color information
#9325B2 (or 0x9325B2) is known color: Dark Orchid. HEX triplet: 93, 25 and B2. RGB value is (147,37,178). Sum of RGB (Red+Green+Blue) = 147+37+178=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #9325B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9325B2 is #6CDA4D. Grayscale: #555555. Windows color (decimal): -7133774 or 11675027. OLE color: 11675027.
HSL color Cylindrical-coordinate representation of color #9325B2: hue angle of 286.81º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9325B2 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 37 | 178 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.30 |
| HSL | 286.81º | 0.66% | 0.42% | - |
| HSV(B) | 286.81º | 0.79% | 0.7% | - |
| XYZ | 20.73 | 10.74 | 43.1 | - |
| YUV | 85.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 178 | 0.17 | 0.79 | 0 | 0.30 | 286.81 | 0.66 | 0.42 |
| Hex | 93 | 25 | B2 | 11 | 4F | 0 | 1E | 11F | 42 | 2A |
| Octal | 223 | 45 | 262 | 21 | 117 | 0 | 36 | 437 | 102 | 52 |
| Binary | 10010011 | 100101 | 10110010 | 10001 | 1001111 | 0 | 11110 | 100011111 | 1000010 | 101010 |
Color Harmonies of #9325B2
Complementary color
Monochromatic Colors of #9325B2
Black with #9325B2
Text Example
Text Example
White with #9325B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9325B2; }
p { color: rgb(147,37,178); }
H1.HeaderClassName
{
color: #9325B2;
}
.AnyTagClassName
{
color: #9325B2;
}
</style>
background-color css
<style>
a { background-color: #9325B2; }
a { background-color: rgb(147,37,178); }
div.DivClassName
{
background-color: #9325B2;
}
.BgClassName
{
background-color: #9325B2;
}
</style>
border-color css
<style>
span { border-color: #9325B2; }
span { border-color: rgb(147,37,178); }
td.TdClassName
{
border-color: #9325B2;
}
.TagClassName
{
border-color: #9325B2;
}
</style>