Html Css Color HEX #891770 Dark Purple

📋 copy color: '#891770'

red 137 ◦ green 23 ◦ blue 112

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

Shades of Dark Purple #891770

Tints of Dark Purple #891770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 50.37%
G = 8.46%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#891770 (or 0x891770) is known color: Dark Purple. HEX triplet: 89, 17 and 70. RGB value is (137,23,112). Sum of RGB (Red+Green+Blue) = 137+23+112=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #891770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891770 is #76E88F. Grayscale: #424242. Windows color (decimal): -7792784 or 7346057. OLE color: 7346057.

HSL color Cylindrical-coordinate representation of color #891770: hue angle of 313.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891770 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 23 112 -
CMYK 0 0.83 0.18 0.46
HSL 313.16º 0.71% 0.31% -
HSV(B) 313.16º 0.83% 0.54% -
XYZ 13.55 7.1 15.99 -
YUV 67.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 137 23 112 0 0.83 0.18 0.46 313.16 0.71 0.31
Hex 89 17 70 0 53 12 2E 139 47 1F
Octal 211 27 160 0 123 22 56 471 107 37
Binary 10001001 10111 1110000 0 1010011 10010 101110 100111001 1000111 11111

Color Harmonies of #891770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891770

Black with #891770

Text Example


Text Example

White with #891770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891770; }

 p { color: rgb(137,23,112); }

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

background-color css

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

 a { background-color: rgb(137,23,112); }

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

border-color css

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

 span { border-color: rgb(137,23,112); }

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