#891AB1

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

Shades of Dark Orchid #891AB1

Tints of Dark Orchid #891AB1

Color information

#891AB1 (or 0x891AB1) is unknown color: approx Dark Orchid. HEX triplet: 89, 1A and B1. RGB value is (137,26,177). Sum of RGB (Red+Green+Blue) = 137+26+177=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #891AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891AB1 is #76E54E. Grayscale: #4B4B4B. Windows color (decimal): -7791951 or 11606665. OLE color: 11606665.

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

Color convert

RGB13726177-
CMYK0.230.8500.31
HSL284.11º74.38%39.8%-
HSV(B)284.11º85.31%69.41%-
XYZ18.629.2342.4-
YUV76.4184.77171.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=40.29%
G=7.65%
B=52.06%

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
Decimal137261770.230.8500.31284.1174.3839.8
Hex891AB1175501F11c4a28
Octal211322612712503743411250
Binary1000100111010101100011011110101010111111000111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891AB1; }

 p { color: rgb(137,26,177); }

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

<style>
 a { background-color: #891AB1; }

 a { background-color: rgb(137,26,177); }

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

<style>
 span { border-color: #891AB1; }

 span { border-color: rgb(137,26,177); }

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