#8429B2

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

Shades of Dark Orchid #8429B2

Tints of Dark Orchid #8429B2

Color information

#8429B2 (or 0x8429B2) is unknown color: approx Dark Orchid. HEX triplet: 84, 29 and B2. RGB value is (132,41,178). Sum of RGB (Red+Green+Blue) = 132+41+178=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #8429B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8429B2 is #7BD64D. Grayscale: #535353. Windows color (decimal): -8115790 or 11676036. OLE color: 11676036.

HSL color Cylindrical-coordinate representation of color #8429B2: hue angle of 279.85º 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 #8429B2 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13241178-
CMYK0.260.7700.30
HSL279.85º62.56%42.94%-
HSV(B)279.85º76.97%69.8%-
XYZ18.349.7143.03-
YUV83.83181.15162.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 178 (69.92% from 255) = 50.71%
R=37.61%
G=11.68%
B=50.71%

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
Decimal132411780.260.7700.30279.8562.5642.94
Hex8429B21A4D01E1183f2b
Octal20451262321150364307753
Binary1000010010100110110010110101001101011110100011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8429B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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