#801ABB

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

Shades of Dark Orchid #801ABB

Tints of Dark Orchid #801ABB

Color information

#801ABB (or 0x801ABB) is unknown color: approx Dark Orchid. HEX triplet: 80, 1A and BB. RGB value is (128,26,187). Sum of RGB (Red+Green+Blue) = 128+26+187=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #801ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801ABB is #7FE544. Grayscale: #4A4A4A. Windows color (decimal): -8381765 or 12262016. OLE color: 12262016.

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

Color convert

RGB12826187-
CMYK0.320.8600.27
HSL278.01º75.59%41.76%-
HSV(B)278.01º86.1%73.33%-
XYZ18.248.9247.77-
YUV74.85191.29165.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 187 (73.44% from 255) = 54.84%
R=37.54%
G=7.62%
B=54.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128261870.320.8600.27278.0175.5941.76
Hex801ABB205601B1164c2a
Octal200322734012603342611452
Binary10000000110101011101110000010101100110111000101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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