Shades of Dark Orchid #9D34BB
Tints of Dark Orchid #9D34BB
RGB
CMYK
RGB Variations
Color information
#9D34BB (or 0x9D34BB) is known color: Dark Orchid. HEX triplet: 9D, 34 and BB. RGB value is (157,52,187). Sum of RGB (Red+Green+Blue) = 157+52+187=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34BB is #62CB44. Grayscale: #626262. Windows color (decimal): -6474565 or 12268701. OLE color: 12268701.
HSL color Cylindrical-coordinate representation of color #9D34BB: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D34BB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 52 | 187 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.27 |
| HSL | 286.67º | 0.56% | 0.47% | - |
| HSV(B) | 286.67º | 0.72% | 0.73% | - |
| XYZ | 24.1 | 13.21 | 48.29 | - |
| YUV | 98.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 187 | 0.16 | 0.72 | 0 | 0.27 | 286.67 | 0.56 | 0.47 |
| Hex | 9D | 34 | BB | 10 | 48 | 0 | 1B | 11F | 38 | 2F |
| Octal | 235 | 64 | 273 | 20 | 110 | 0 | 33 | 437 | 70 | 57 |
| Binary | 10011101 | 110100 | 10111011 | 10000 | 1001000 | 0 | 11011 | 100011111 | 111000 | 101111 |
Color Harmonies of #9D34BB
Complementary color
Monochromatic Colors of #9D34BB
Black with #9D34BB
Text Example
Text Example
White with #9D34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D34BB; }
p { color: rgb(157,52,187); }
H1.HeaderClassName
{
color: #9D34BB;
}
.AnyTagClassName
{
color: #9D34BB;
}
</style>
background-color css
<style>
a { background-color: #9D34BB; }
a { background-color: rgb(157,52,187); }
div.DivClassName
{
background-color: #9D34BB;
}
.BgClassName
{
background-color: #9D34BB;
}
</style>
border-color css
<style>
span { border-color: #9D34BB; }
span { border-color: rgb(157,52,187); }
td.TdClassName
{
border-color: #9D34BB;
}
.TagClassName
{
border-color: #9D34BB;
}
</style>