Html Css Color HEX #891AB6 Dark Orchid

📋 copy color: '#891AB6'

red 137 ◦ green 26 ◦ blue 182

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

Shades of Dark Orchid #891AB6

Tints of Dark Orchid #891AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.75%

R = 39.71%
G = 7.54%
B = 52.75%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#891AB6 (or 0x891AB6) is known color: Dark Orchid. HEX triplet: 89, 1A and B6. RGB value is (137,26,182). Sum of RGB (Red+Green+Blue) = 137+26+182=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #891AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891AB6 is #76E549. Grayscale: #4C4C4C. Windows color (decimal): -7791946 or 11934345. OLE color: 11934345.

HSL color Cylindrical-coordinate representation of color #891AB6: hue angle of 282.69º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891AB6 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 26 182 -
CMYK 0.25 0.86 0 0.29
HSL 282.69º 0.75% 0.41% -
HSV(B) 282.69º 0.86% 0.71% -
XYZ 19.13 9.43 45.07 -
YUV 76.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 137 26 182 0.25 0.86 0 0.29 282.69 0.75 0.41
Hex 89 1A B6 19 56 0 1D 11B 4B 29
Octal 211 32 266 31 126 0 35 433 113 51
Binary 10001001 11010 10110110 11001 1010110 0 11101 100011011 1001011 101001

Color Harmonies of #891AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891AB6

Black with #891AB6

Text Example


Text Example

White with #891AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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