#801AB7

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

Shades of Dark Orchid #801AB7

Tints of Dark Orchid #801AB7

Color information

#801AB7 (or 0x801AB7) is unknown color: approx Dark Orchid. HEX triplet: 80, 1A and B7. RGB value is (128,26,183). Sum of RGB (Red+Green+Blue) = 128+26+183=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #801AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AB7 is #7FE548. Grayscale: #494949. Windows color (decimal): -8381769 or 11999872. OLE color: 11999872.

HSL color Cylindrical-coordinate representation of color #801AB7: hue angle of 278.98º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801AB7 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12826183-
CMYK0.300.8600.28
HSL278.98º75.12%40.98%-
HSV(B)278.98º85.79%71.76%-
XYZ17.828.7545.55-
YUV74.4189.29166.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 183 (71.88% from 255) = 54.30%
R=37.98%
G=7.72%
B=54.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128261830.300.8600.28278.9875.1240.98
Hex801AB71E5601C1174b29
Octal200322673612603442711351
Binary1000000011010101101111111010101100111001000101111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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