Shades of Dark Orchid #8323C3
Tints of Dark Orchid #8323C3
RGB
CMYK
RGB Variations
Color information
#8323C3 (or 0x8323C3) is known color: Dark Orchid. HEX triplet: 83, 23 and C3. RGB value is (131,35,195). Sum of RGB (Red+Green+Blue) = 131+35+195=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #8323C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323C3 is #7CDC3C. Grayscale: #515151. Windows color (decimal): -8182845 or 12788611. OLE color: 12788611.
HSL color Cylindrical-coordinate representation of color #8323C3: hue angle of 276º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8323C3 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 35 | 195 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.24 |
| HSL | 276º | 0.7% | 0.45% | - |
| HSV(B) | 276º | 0.82% | 0.76% | - |
| XYZ | 19.81 | 9.97 | 52.51 | - |
| YUV | 81.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 195 | 0.33 | 0.82 | 0 | 0.24 | 276 | 0.7 | 0.45 |
| Hex | 83 | 23 | C3 | 21 | 52 | 0 | 18 | 114 | 46 | 2D |
| Octal | 203 | 43 | 303 | 41 | 122 | 0 | 30 | 424 | 106 | 55 |
| Binary | 10000011 | 100011 | 11000011 | 100001 | 1010010 | 0 | 11000 | 100010100 | 1000110 | 101101 |
Color Harmonies of #8323C3
Complementary color
Monochromatic Colors of #8323C3
Black with #8323C3
Text Example
Text Example
White with #8323C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323C3; }
p { color: rgb(131,35,195); }
H1.HeaderClassName
{
color: #8323C3;
}
.AnyTagClassName
{
color: #8323C3;
}
</style>
background-color css
<style>
a { background-color: #8323C3; }
a { background-color: rgb(131,35,195); }
div.DivClassName
{
background-color: #8323C3;
}
.BgClassName
{
background-color: #8323C3;
}
</style>
border-color css
<style>
span { border-color: #8323C3; }
span { border-color: rgb(131,35,195); }
td.TdClassName
{
border-color: #8323C3;
}
.TagClassName
{
border-color: #8323C3;
}
</style>