#881BAF

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

Shades of Dark Orchid #881BAF

Tints of Dark Orchid #881BAF

Color information

#881BAF (or 0x881BAF) is unknown color: approx Dark Orchid. HEX triplet: 88, 1B and AF. RGB value is (136,27,175). Sum of RGB (Red+Green+Blue) = 136+27+175=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #881BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BAF is #77E450. Grayscale: #4B4B4B. Windows color (decimal): -7857233 or 11475848. OLE color: 11475848.

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

Color convert

RGB13627175-
CMYK0.220.8500.31
HSL284.19º73.27%39.61%-
HSV(B)284.19º84.57%68.63%-
XYZ18.289.1141.35-
YUV76.46183.61170.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 175 (68.75% from 255) = 51.78%
R=40.24%
G=7.99%
B=51.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136271750.220.8500.31284.1973.2739.61
Hex881BAF165501F11c4928
Octal210332572612503743411150
Binary1000100011011101011111011010101010111111000111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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