#8229B2

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

Shades of Dark Orchid #8229B2

Tints of Dark Orchid #8229B2

Color information

#8229B2 (or 0x8229B2) is unknown color: approx Dark Orchid. HEX triplet: 82, 29 and B2. RGB value is (130,41,178). Sum of RGB (Red+Green+Blue) = 130+41+178=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #8229B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8229B2 is #7DD64D. Grayscale: #525252. Windows color (decimal): -8246862 or 11676034. OLE color: 11676034.

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

Color convert

RGB13041178-
CMYK0.270.7700.30
HSL278.98º62.56%42.94%-
HSV(B)278.98º76.97%69.8%-
XYZ18.039.5543.01-
YUV83.23181.49161.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=37.25%
G=11.75%
B=51.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130411780.270.7700.30278.9862.5642.94
Hex8229B21B4D01E1173f2b
Octal20251262331150364277753
Binary1000001010100110110010110111001101011110100010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8229B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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