Html Css Color HEX #891BAE Dark Orchid

📋 copy color: '#891BAE'

red 137 ◦ green 27 ◦ blue 174

#891BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #891BAE

Tints of Dark Orchid #891BAE

RGB

 RED value IS 137 (53.91% from 255) = 40.53%

 GREEN value IS 27 (10.94% from 255) = 7.99%

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 40.53%
G = 7.99%
B = 51.48%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#891BAE (or 0x891BAE) is known color: Dark Orchid. HEX triplet: 89, 1B and AE. RGB value is (137,27,174). Sum of RGB (Red+Green+Blue) = 137+27+174=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #891BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891BAE is #76E451. Grayscale: #4C4C4C. Windows color (decimal): -7791698 or 11410313. OLE color: 11410313.

HSL color Cylindrical-coordinate representation of color #891BAE: hue angle of 284.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891BAE is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 27 174 -
CMYK 0.21 0.84 0 0.32
HSL 284.9º 0.73% 0.39% -
HSV(B) 284.9º 0.84% 0.68% -
XYZ 18.35 9.16 40.85 -
YUV 76.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 137 27 174 0.21 0.84 0 0.32 284.9 0.73 0.39
Hex 89 1B AE 15 54 0 20 11D 49 27
Octal 211 33 256 25 124 0 40 435 111 47
Binary 10001001 11011 10101110 10101 1010100 0 100000 100011101 1001001 100111

Color Harmonies of #891BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891BAE

Black with #891BAE

Text Example


Text Example

White with #891BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,27,174); }

 H1.HeaderClassName
 {
   color: #891BAE;
 }
 .AnyTagClassName
 {
   color: #891BAE;
 }
</style>

background-color css

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

 a { background-color: rgb(137,27,174); }

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

border-color css

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

 span { border-color: rgb(137,27,174); }

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