Html Css Color HEX #891AAF Dark Orchid

📋 copy color: '#891AAF'

red 137 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #891AAF

Tints of Dark Orchid #891AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

 BLUE value IS 175 (68.75% from 255) = 51.78%

R = 40.53%
G = 7.69%
B = 51.78%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#891AAF (or 0x891AAF) is known color: Dark Orchid. HEX triplet: 89, 1A and AF. RGB value is (137,26,175). Sum of RGB (Red+Green+Blue) = 137+26+175=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 26 (10.55% from 255 or 7.69% 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 #891AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891AAF is #76E550. Grayscale: #4B4B4B. Windows color (decimal): -7791953 or 11475593. OLE color: 11475593.

HSL color Cylindrical-coordinate representation of color #891AAF: hue angle of 284.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891AAF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 26 175 -
CMYK 0.22 0.85 0 0.31
HSL 284.7º 0.74% 0.39% -
HSV(B) 284.7º 0.85% 0.69% -
XYZ 18.42 9.15 41.35 -
YUV 76.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 137 26 175 0.22 0.85 0 0.31 284.7 0.74 0.39
Hex 89 1A AF 16 55 0 1F 11D 4A 27
Octal 211 32 257 26 125 0 37 435 112 47
Binary 10001001 11010 10101111 10110 1010101 0 11111 100011101 1001010 100111

Color Harmonies of #891AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AAF

Black with #891AAF

Text Example


Text Example

White with #891AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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