Shades of Dark Orchid #8232C3
Tints of Dark Orchid #8232C3
RGB
CMYK
RGB Variations
Color information
#8232C3 (or 0x8232C3) is known color: Dark Orchid. HEX triplet: 82, 32 and C3. RGB value is (130,50,195). Sum of RGB (Red+Green+Blue) = 130+50+195=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #8232C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232C3 is #7DCD3C. Grayscale: #595959. Windows color (decimal): -8244541 or 12792450. OLE color: 12792450.
HSL color Cylindrical-coordinate representation of color #8232C3: hue angle of 273.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8232C3 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 50 | 195 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.24 |
| HSL | 273.1º | 0.59% | 0.48% | - |
| HSV(B) | 273.1º | 0.74% | 0.76% | - |
| XYZ | 20.2 | 10.97 | 52.68 | - |
| YUV | 90.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 195 | 0.33 | 0.74 | 0 | 0.24 | 273.1 | 0.59 | 0.48 |
| Hex | 82 | 32 | C3 | 21 | 4A | 0 | 18 | 111 | 3B | 30 |
| Octal | 202 | 62 | 303 | 41 | 112 | 0 | 30 | 421 | 73 | 60 |
| Binary | 10000010 | 110010 | 11000011 | 100001 | 1001010 | 0 | 11000 | 100010001 | 111011 | 110000 |
Color Harmonies of #8232C3
Complementary color
Monochromatic Colors of #8232C3
Black with #8232C3
Text Example
Text Example
White with #8232C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232C3; }
p { color: rgb(130,50,195); }
H1.HeaderClassName
{
color: #8232C3;
}
.AnyTagClassName
{
color: #8232C3;
}
</style>
background-color css
<style>
a { background-color: #8232C3; }
a { background-color: rgb(130,50,195); }
div.DivClassName
{
background-color: #8232C3;
}
.BgClassName
{
background-color: #8232C3;
}
</style>
border-color css
<style>
span { border-color: #8232C3; }
span { border-color: rgb(130,50,195); }
td.TdClassName
{
border-color: #8232C3;
}
.TagClassName
{
border-color: #8232C3;
}
</style>