#8337c6

Color #8337C6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8337C6

Tints of Dark Orchid #8337C6

Color information

#8337C6 (or 0x8337C6) is unknown color: approx Dark Orchid. HEX triplet: 83, 37 and C6. RGB value is (131,55,198). Sum of RGB (Red+Green+Blue) = 131+55+198=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #8337C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337C6 is #7CC839. Grayscale: #5D5D5D. Windows color (decimal): -8177722 or 12990339. OLE color: 12990339.

HSL color Cylindrical-coordinate representation of color #8337C6: hue angle of 271.89º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8337C6 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13155198-
CMYK0.340.7200.22
HSL271.89º56.52%49.61%-
HSV(B)271.89º72.22%77.65%-
XYZ20.9211.6354.57-
YUV94.03186.68154.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=34.11%
G=14.32%
B=51.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131551980.340.7200.22271.8956.5249.61
Hex8337C622480161103932
Octal20367306421100264207162
Binary10000011110111110001101000101001000010110100010000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8337c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8337c6; }

 p { color: rgb(131,55,198); }

 H1.HeaderClassName
 {
   color: #8337c6;
 }
 .AnyTagClassName
 {
   color: #8337c6;
 }
</style>
background-color css

<style>
 a { background-color: #8337c6; }

 a { background-color: rgb(131,55,198); }

 div.DivClassName
 {
   background-color: #8337c6;
 }
 .BgClassName
 {
   background-color: #8337c6;
 }
</style>
border-color css

<style>
 span { border-color: #8337c6; }

 span { border-color: rgb(131,55,198); }

 td.TdClassName
 {
   border-color: #8337c6;
 }
 .TagClassName
 {
   border-color: #8337c6;
 }
</style>