Shades of Dark Orchid #9434C6
Tints of Dark Orchid #9434C6
RGB
CMYK
RGB Variations
Color information
#9434C6 (or 0x9434C6) is known color: Dark Orchid. HEX triplet: 94, 34 and C6. RGB value is (148,52,198). Sum of RGB (Red+Green+Blue) = 148+52+198=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #9434C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434C6 is #6BCB39. Grayscale: #606060. Windows color (decimal): -7064378 or 12989588. OLE color: 12989588.
HSL color Cylindrical-coordinate representation of color #9434C6: hue angle of 279.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9434C6 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 52 | 198 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.22 |
| HSL | 279.45º | 0.58% | 0.49% | - |
| HSV(B) | 279.45º | 0.74% | 0.78% | - |
| XYZ | 23.63 | 12.83 | 54.66 | - |
| YUV | 97.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 198 | 0.25 | 0.74 | 0 | 0.22 | 279.45 | 0.58 | 0.49 |
| Hex | 94 | 34 | C6 | 19 | 4A | 0 | 16 | 117 | 3A | 31 |
| Octal | 224 | 64 | 306 | 31 | 112 | 0 | 26 | 427 | 72 | 61 |
| Binary | 10010100 | 110100 | 11000110 | 11001 | 1001010 | 0 | 10110 | 100010111 | 111010 | 110001 |
Color Harmonies of #9434C6
Complementary color
Monochromatic Colors of #9434C6
Black with #9434C6
Text Example
Text Example
White with #9434C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434C6; }
p { color: rgb(148,52,198); }
H1.HeaderClassName
{
color: #9434C6;
}
.AnyTagClassName
{
color: #9434C6;
}
</style>
background-color css
<style>
a { background-color: #9434C6; }
a { background-color: rgb(148,52,198); }
div.DivClassName
{
background-color: #9434C6;
}
.BgClassName
{
background-color: #9434C6;
}
</style>
border-color css
<style>
span { border-color: #9434C6; }
span { border-color: rgb(148,52,198); }
td.TdClassName
{
border-color: #9434C6;
}
.TagClassName
{
border-color: #9434C6;
}
</style>