#8429B3

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

Shades of Dark Orchid #8429B3

Tints of Dark Orchid #8429B3

Color information

#8429B3 (or 0x8429B3) is unknown color: approx Dark Orchid. HEX triplet: 84, 29 and B3. RGB value is (132,41,179). Sum of RGB (Red+Green+Blue) = 132+41+179=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #8429B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8429B3 is #7BD64C. Grayscale: #535353. Windows color (decimal): -8115789 or 11741572. OLE color: 11741572.

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

Color convert

RGB13241179-
CMYK0.260.7700.30
HSL279.57º62.73%43.14%-
HSV(B)279.57º77.09%70.2%-
XYZ18.459.7543.56-
YUV83.94181.65162.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=37.5%
G=11.65%
B=50.85%

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
Decimal132411790.260.7700.30279.5762.7343.14
Hex8429B31A4D01E1183f2b
Octal20451263321150364307753
Binary1000010010100110110011110101001101011110100011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8429B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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