#891DCB

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

Shades of Dark Orchid #891DCB

Tints of Dark Orchid #891DCB

Color information

#891DCB (or 0x891DCB) is unknown color: approx Dark Orchid. HEX triplet: 89, 1D and CB. RGB value is (137,29,203). Sum of RGB (Red+Green+Blue) = 137+29+203=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #891DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DCB is #76E234. Grayscale: #505050. Windows color (decimal): -7791157 or 13311369. OLE color: 13311369.

HSL color Cylindrical-coordinate representation of color #891DCB: hue angle of 277.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891DCB is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13729203-
CMYK0.330.8600.20
HSL277.24º75%45.49%-
HSV(B)277.24º85.71%79.61%-
XYZ21.5410.5157.39-
YUV81.13196.78167.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 29 (11.72% from 255) = 7.86%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=37.13%
G=7.86%
B=55.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal137292030.330.8600.20277.247545.49
Hex891DCB21560141154b2d
Octal211353134112602442511355
Binary10001001111011100101110000110101100101001000101011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,29,203); }

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

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

 a { background-color: rgb(137,29,203); }

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

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

 span { border-color: rgb(137,29,203); }

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