#8329B2

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

Shades of Dark Orchid #8329B2

Tints of Dark Orchid #8329B2

Color information

#8329B2 (or 0x8329B2) is unknown color: approx Dark Orchid. HEX triplet: 83, 29 and B2. RGB value is (131,41,178). Sum of RGB (Red+Green+Blue) = 131+41+178=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #8329B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329B2 is #7CD64D. Grayscale: #535353. Windows color (decimal): -8181326 or 11676035. OLE color: 11676035.

HSL color Cylindrical-coordinate representation of color #8329B2: hue angle of 279.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8329B2 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13141178-
CMYK0.260.7700.30
HSL279.42º62.56%42.94%-
HSV(B)279.42º76.97%69.8%-
XYZ18.199.6343.02-
YUV83.53181.32161.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 178 (69.92% from 255) = 50.86%
R=37.43%
G=11.71%
B=50.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131411780.260.7700.30279.4262.5642.94
Hex8329B21A4D01E1173f2b
Octal20351262321150364277753
Binary1000001110100110110010110101001101011110100010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8329B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8329B2; }

 p { color: rgb(131,41,178); }

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

<style>
 a { background-color: #8329B2; }

 a { background-color: rgb(131,41,178); }

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

<style>
 span { border-color: #8329B2; }

 span { border-color: rgb(131,41,178); }

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