Shades of Dark Orchid #9A34CF
Tints of Dark Orchid #9A34CF
RGB
CMYK
RGB Variations
Color information
#9A34CF (or 0x9A34CF) is known color: Dark Orchid. HEX triplet: 9A, 34 and CF. RGB value is (154,52,207). Sum of RGB (Red+Green+Blue) = 154+52+207=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A34CF is #65CB30. Grayscale: #636363. Windows color (decimal): -6671153 or 13579418. OLE color: 13579418.
HSL color Cylindrical-coordinate representation of color #9A34CF: hue angle of 279.48º 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 #9A34CF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 52 | 207 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.19 |
| HSL | 279.48º | 0.62% | 0.51% | - |
| HSV(B) | 279.48º | 0.75% | 0.81% | - |
| XYZ | 25.82 | 13.83 | 60.34 | - |
| YUV | 100.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 207 | 0.26 | 0.75 | 0 | 0.19 | 279.48 | 0.62 | 0.51 |
| Hex | 9A | 34 | CF | 1A | 4B | 0 | 13 | 117 | 3E | 33 |
| Octal | 232 | 64 | 317 | 32 | 113 | 0 | 23 | 427 | 76 | 63 |
| Binary | 10011010 | 110100 | 11001111 | 11010 | 1001011 | 0 | 10011 | 100010111 | 111110 | 110011 |
Color Harmonies of #9A34CF
Complementary color
Monochromatic Colors of #9A34CF
Black with #9A34CF
Text Example
Text Example
White with #9A34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A34CF; }
p { color: rgb(154,52,207); }
H1.HeaderClassName
{
color: #9A34CF;
}
.AnyTagClassName
{
color: #9A34CF;
}
</style>
background-color css
<style>
a { background-color: #9A34CF; }
a { background-color: rgb(154,52,207); }
div.DivClassName
{
background-color: #9A34CF;
}
.BgClassName
{
background-color: #9A34CF;
}
</style>
border-color css
<style>
span { border-color: #9A34CF; }
span { border-color: rgb(154,52,207); }
td.TdClassName
{
border-color: #9A34CF;
}
.TagClassName
{
border-color: #9A34CF;
}
</style>