Shades of Dark Orchid #8232C9
Tints of Dark Orchid #8232C9
RGB
CMYK
RGB Variations
Color information
#8232C9 (or 0x8232C9) is known color: Dark Orchid. HEX triplet: 82, 32 and C9. RGB value is (130,50,201). Sum of RGB (Red+Green+Blue) = 130+50+201=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #8232C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232C9 is #7DCD36. Grayscale: #5A5A5A. Windows color (decimal): -8244535 or 13185666. OLE color: 13185666.
HSL color Cylindrical-coordinate representation of color #8232C9: hue angle of 271.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8232C9 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 50 | 201 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.21 |
| HSL | 271.79º | 0.6% | 0.49% | - |
| HSV(B) | 271.79º | 0.75% | 0.79% | - |
| XYZ | 20.89 | 11.24 | 56.33 | - |
| YUV | 91.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 201 | 0.35 | 0.75 | 0 | 0.21 | 271.79 | 0.6 | 0.49 |
| Hex | 82 | 32 | C9 | 23 | 4B | 0 | 15 | 110 | 3C | 31 |
| Octal | 202 | 62 | 311 | 43 | 113 | 0 | 25 | 420 | 74 | 61 |
| Binary | 10000010 | 110010 | 11001001 | 100011 | 1001011 | 0 | 10101 | 100010000 | 111100 | 110001 |
Color Harmonies of #8232C9
Complementary color
Monochromatic Colors of #8232C9
Black with #8232C9
Text Example
Text Example
White with #8232C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232C9; }
p { color: rgb(130,50,201); }
H1.HeaderClassName
{
color: #8232C9;
}
.AnyTagClassName
{
color: #8232C9;
}
</style>
background-color css
<style>
a { background-color: #8232C9; }
a { background-color: rgb(130,50,201); }
div.DivClassName
{
background-color: #8232C9;
}
.BgClassName
{
background-color: #8232C9;
}
</style>
border-color css
<style>
span { border-color: #8232C9; }
span { border-color: rgb(130,50,201); }
td.TdClassName
{
border-color: #8232C9;
}
.TagClassName
{
border-color: #8232C9;
}
</style>