Shades of Dark Orchid #8337C4
Tints of Dark Orchid #8337C4
RGB
CMYK
RGB Variations
Color information
#8337C4 (or 0x8337C4) is known color: Dark Orchid. HEX triplet: 83, 37 and C4. RGB value is (131,55,196). Sum of RGB (Red+Green+Blue) = 131+55+196=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #8337C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337C4 is #7CC83B. Grayscale: #5D5D5D. Windows color (decimal): -8177724 or 12859267. OLE color: 12859267.
HSL color Cylindrical-coordinate representation of color #8337C4: hue angle of 272.34º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8337C4 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 55 | 196 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.23 |
| HSL | 272.34º | 0.56% | 0.49% | - |
| HSV(B) | 272.34º | 0.72% | 0.77% | - |
| XYZ | 20.69 | 11.54 | 53.36 | - |
| YUV | 93.8 | 185.68 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 196 | 0.33 | 0.72 | 0 | 0.23 | 272.34 | 0.56 | 0.49 |
| Hex | 83 | 37 | C4 | 21 | 48 | 0 | 17 | 110 | 38 | 31 |
| Octal | 203 | 67 | 304 | 41 | 110 | 0 | 27 | 420 | 70 | 61 |
| Binary | 10000011 | 110111 | 11000100 | 100001 | 1001000 | 0 | 10111 | 100010000 | 111000 | 110001 |
Color Harmonies of #8337C4
Complementary color
Monochromatic Colors of #8337C4
Black with #8337C4
Text Example
Text Example
White with #8337C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8337C4; }
p { color: rgb(131,55,196); }
H1.HeaderClassName
{
color: #8337C4;
}
.AnyTagClassName
{
color: #8337C4;
}
</style>
background-color css
<style>
a { background-color: #8337C4; }
a { background-color: rgb(131,55,196); }
div.DivClassName
{
background-color: #8337C4;
}
.BgClassName
{
background-color: #8337C4;
}
</style>
border-color css
<style>
span { border-color: #8337C4; }
span { border-color: rgb(131,55,196); }
td.TdClassName
{
border-color: #8337C4;
}
.TagClassName
{
border-color: #8337C4;
}
</style>