#802BB2

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

Shades of Dark Orchid #802BB2

Tints of Dark Orchid #802BB2

Color information

#802BB2 (or 0x802BB2) is unknown color: approx Dark Orchid. HEX triplet: 80, 2B and B2. RGB value is (128,43,178). Sum of RGB (Red+Green+Blue) = 128+43+178=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 43 (17.19% from 255 or 12.32% 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 #802BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802BB2 is #7FD44D. Grayscale: #535353. Windows color (decimal): -8377422 or 11676544. OLE color: 11676544.

HSL color Cylindrical-coordinate representation of color #802BB2: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802BB2 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12843178-
CMYK0.280.7600.30
HSL277.78º61.09%43.33%-
HSV(B)277.78º75.84%69.8%-
XYZ17.89.5343.02-
YUV83.8181.16159.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=36.68%
G=12.32%
B=51.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128431780.280.7600.30277.7861.0943.33
Hex802BB21C4C01E1163d2b
Octal20053262341140364267553
Binary1000000010101110110010111001001100011110100010110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802BB2; }

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

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

<style>
 a { background-color: #802BB2; }

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

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

<style>
 span { border-color: #802BB2; }

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

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