#801BB0

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

Shades of Dark Orchid #801BB0

Tints of Dark Orchid #801BB0

Color information

#801BB0 (or 0x801BB0) is unknown color: approx Dark Orchid. HEX triplet: 80, 1B and B0. RGB value is (128,27,176). Sum of RGB (Red+Green+Blue) = 128+27+176=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #801BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801BB0 is #7FE44F. Grayscale: #494949. Windows color (decimal): -8381520 or 11541376. OLE color: 11541376.

HSL color Cylindrical-coordinate representation of color #801BB0: hue angle of 280.67º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801BB0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12827176-
CMYK0.270.8500.31
HSL280.67º73.4%39.8%-
HSV(B)280.67º84.66%69.02%-
XYZ17.138.5141.81-
YUV74.18185.46166.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 176 (69.14% from 255) = 53.17%
R=38.67%
G=8.16%
B=53.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128271760.270.8500.31280.6773.439.8
Hex801BB01B5501F1194928
Octal200332603312503743111150
Binary1000000011011101100001101110101010111111000110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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