#881BB0

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

Shades of Dark Orchid #881BB0

Tints of Dark Orchid #881BB0

Color information

#881BB0 (or 0x881BB0) is unknown color: approx Dark Orchid. HEX triplet: 88, 1B and B0. RGB value is (136,27,176). Sum of RGB (Red+Green+Blue) = 136+27+176=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #881BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BB0 is #77E44F. Grayscale: #4C4C4C. Windows color (decimal): -7857232 or 11541384. OLE color: 11541384.

HSL color Cylindrical-coordinate representation of color #881BB0: hue angle of 283.89º 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 #881BB0 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13627176-
CMYK0.230.8500.31
HSL283.89º73.4%39.8%-
HSV(B)283.89º84.66%69.02%-
XYZ18.389.1541.87-
YUV76.58184.11170.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=40.12%
G=7.96%
B=51.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136271760.230.8500.31283.8973.439.8
Hex881BB0175501F11c4928
Octal210332602712503743411150
Binary1000100011011101100001011110101010111111000111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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