#801ABE

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

Shades of Dark Orchid #801ABE

Tints of Dark Orchid #801ABE

Color information

#801ABE (or 0x801ABE) is unknown color: approx Dark Orchid. HEX triplet: 80, 1A and BE. RGB value is (128,26,190). Sum of RGB (Red+Green+Blue) = 128+26+190=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #801ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ABE is #7FE541. Grayscale: #4A4A4A. Windows color (decimal): -8381762 or 12458624. OLE color: 12458624.

HSL color Cylindrical-coordinate representation of color #801ABE: hue angle of 277.32º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801ABE is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12826190-
CMYK0.330.8600.25
HSL277.32º75.93%42.35%-
HSV(B)277.32º86.32%74.51%-
XYZ18.579.0549.48-
YUV75.19192.79165.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 26 (10.55% from 255) = 7.56%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=37.21%
G=7.56%
B=55.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128261900.330.8600.25277.3275.9342.35
Hex801ABE21560191154c2a
Octal200322764112603142511452
Binary10000000110101011111010000110101100110011000101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801ABE; }

 p { color: rgb(128,26,190); }

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

<style>
 a { background-color: #801ABE; }

 a { background-color: rgb(128,26,190); }

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

<style>
 span { border-color: #801ABE; }

 span { border-color: rgb(128,26,190); }

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