#801BB2

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

Shades of Dark Orchid #801BB2

Tints of Dark Orchid #801BB2

Color information

#801BB2 (or 0x801BB2) is unknown color: approx Dark Orchid. HEX triplet: 80, 1B and B2. RGB value is (128,27,178). Sum of RGB (Red+Green+Blue) = 128+27+178=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #801BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BB2 is #7FE44D. Grayscale: #494949. Windows color (decimal): -8381518 or 11672448. OLE color: 11672448.

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

Color convert

RGB12827178-
CMYK0.280.8500.30
HSL280.13º73.66%40.2%-
HSV(B)280.13º84.83%69.8%-
XYZ17.338.5942.86-
YUV74.41186.46166.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 178 (69.92% from 255) = 53.45%
R=38.44%
G=8.11%
B=53.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128271780.280.8500.30280.1373.6640.2
Hex801BB21C5501E1184a28
Octal200332623412503643011250
Binary1000000011011101100101110010101010111101000110001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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