Shades of Dark Orchid #8234C9
Tints of Dark Orchid #8234C9
RGB
CMYK
RGB Variations
Color information
#8234C9 (or 0x8234C9) is known color: Dark Orchid. HEX triplet: 82, 34 and C9. RGB value is (130,52,201). Sum of RGB (Red+Green+Blue) = 130+52+201=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #8234C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8234C9 is #7DCB36. Grayscale: #5B5B5B. Windows color (decimal): -8244023 or 13186178. OLE color: 13186178.
HSL color Cylindrical-coordinate representation of color #8234C9: hue angle of 271.41º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8234C9 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 52 | 201 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.21 |
| HSL | 271.41º | 0.59% | 0.5% | - |
| HSV(B) | 271.41º | 0.74% | 0.79% | - |
| XYZ | 20.98 | 11.42 | 56.36 | - |
| YUV | 92.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 201 | 0.35 | 0.74 | 0 | 0.21 | 271.41 | 0.59 | 0.5 |
| Hex | 82 | 34 | C9 | 23 | 4A | 0 | 15 | 10F | 3B | 32 |
| Octal | 202 | 64 | 311 | 43 | 112 | 0 | 25 | 417 | 73 | 62 |
| Binary | 10000010 | 110100 | 11001001 | 100011 | 1001010 | 0 | 10101 | 100001111 | 111011 | 110010 |
Color Harmonies of #8234C9
Complementary color
Monochromatic Colors of #8234C9
Black with #8234C9
Text Example
Text Example
White with #8234C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8234C9; }
p { color: rgb(130,52,201); }
H1.HeaderClassName
{
color: #8234C9;
}
.AnyTagClassName
{
color: #8234C9;
}
</style>
background-color css
<style>
a { background-color: #8234C9; }
a { background-color: rgb(130,52,201); }
div.DivClassName
{
background-color: #8234C9;
}
.BgClassName
{
background-color: #8234C9;
}
</style>
border-color css
<style>
span { border-color: #8234C9; }
span { border-color: rgb(130,52,201); }
td.TdClassName
{
border-color: #8234C9;
}
.TagClassName
{
border-color: #8234C9;
}
</style>