#8029B2

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

Shades of Dark Orchid #8029B2

Tints of Dark Orchid #8029B2

Color information

#8029B2 (or 0x8029B2) is unknown color: approx Dark Orchid. HEX triplet: 80, 29 and B2. RGB value is (128,41,178). Sum of RGB (Red+Green+Blue) = 128+41+178=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 178 (69.92% from 255 or 51.30% from 347); Max value from RGB is 178 - color contains mainly: blue. Hex color #8029B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8029B2 is #7FD64D. Grayscale: #525252. Windows color (decimal): -8377934 or 11676032. OLE color: 11676032.

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

Color convert

RGB12841178-
CMYK0.280.7700.30
HSL278.1º62.56%42.94%-
HSV(B)278.1º76.97%69.8%-
XYZ17.739.3943-
YUV82.63181.82160.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 178 (69.92% from 255) = 51.30%
R=36.89%
G=11.82%
B=51.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128411780.280.7700.30278.162.5642.94
Hex8029B21C4D01E1163f2b
Octal20051262341150364267753
Binary1000000010100110110010111001001101011110100010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8029B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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