Html Css Color HEX #891B73 Dark Purple

📋 copy color: '#891B73'

red 137 ◦ green 27 ◦ blue 115

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

Shades of Dark Purple #891B73

Tints of Dark Purple #891B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 49.1%
G = 9.68%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#891B73 (or 0x891B73) is known color: Dark Purple. HEX triplet: 89, 1B and 73. RGB value is (137,27,115). Sum of RGB (Red+Green+Blue) = 137+27+115=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #891B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891B73 is #76E48C. Grayscale: #454545. Windows color (decimal): -7791757 or 7543689. OLE color: 7543689.

HSL color Cylindrical-coordinate representation of color #891B73: hue angle of 312º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B73 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 27 115 -
CMYK 0 0.80 0.16 0.46
HSL 312º 0.67% 0.32% -
HSV(B) 312º 0.8% 0.54% -
XYZ 13.8 7.34 16.91 -
YUV 69.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 137 27 115 0 0.80 0.16 0.46 312 0.67 0.32
Hex 89 1B 73 0 50 10 2E 138 43 20
Octal 211 33 163 0 120 20 56 470 103 40
Binary 10001001 11011 1110011 0 1010000 10000 101110 100111000 1000011 100000

Color Harmonies of #891B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891B73

Black with #891B73

Text Example


Text Example

White with #891B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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