Shades of Dark Orchid #9B34CF
Tints of Dark Orchid #9B34CF
RGB
CMYK
RGB Variations
Color information
#9B34CF (or 0x9B34CF) is known color: Dark Orchid. HEX triplet: 9B, 34 and CF. RGB value is (155,52,207). Sum of RGB (Red+Green+Blue) = 155+52+207=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B34CF is #64CB30. Grayscale: #636363. Windows color (decimal): -6605617 or 13579419. OLE color: 13579419.
HSL color Cylindrical-coordinate representation of color #9B34CF: hue angle of 279.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B34CF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 52 | 207 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.19 |
| HSL | 279.87º | 0.62% | 0.51% | - |
| HSV(B) | 279.87º | 0.75% | 0.81% | - |
| XYZ | 26.01 | 13.93 | 60.35 | - |
| YUV | 100.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 207 | 0.25 | 0.75 | 0 | 0.19 | 279.87 | 0.62 | 0.51 |
| Hex | 9B | 34 | CF | 19 | 4B | 0 | 13 | 118 | 3E | 33 |
| Octal | 233 | 64 | 317 | 31 | 113 | 0 | 23 | 430 | 76 | 63 |
| Binary | 10011011 | 110100 | 11001111 | 11001 | 1001011 | 0 | 10011 | 100011000 | 111110 | 110011 |
Color Harmonies of #9B34CF
Complementary color
Monochromatic Colors of #9B34CF
Black with #9B34CF
Text Example
Text Example
White with #9B34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B34CF; }
p { color: rgb(155,52,207); }
H1.HeaderClassName
{
color: #9B34CF;
}
.AnyTagClassName
{
color: #9B34CF;
}
</style>
background-color css
<style>
a { background-color: #9B34CF; }
a { background-color: rgb(155,52,207); }
div.DivClassName
{
background-color: #9B34CF;
}
.BgClassName
{
background-color: #9B34CF;
}
</style>
border-color css
<style>
span { border-color: #9B34CF; }
span { border-color: rgb(155,52,207); }
td.TdClassName
{
border-color: #9B34CF;
}
.TagClassName
{
border-color: #9B34CF;
}
</style>