Html Css Color HEX #891C74 Dark Purple

📋 copy color: '#891C74'

red 137 ◦ green 28 ◦ blue 116

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

Shades of Dark Purple #891C74

Tints of Dark Purple #891C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 48.75%
G = 9.96%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891C74 (or 0x891C74) is known color: Dark Purple. HEX triplet: 89, 1C and 74. RGB value is (137,28,116). Sum of RGB (Red+Green+Blue) = 137+28+116=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #891C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C74 is #76E38B. Grayscale: #464646. Windows color (decimal): -7791500 or 7609481. OLE color: 7609481.

HSL color Cylindrical-coordinate representation of color #891C74: hue angle of 311.56º degrees, saturation: 0.66, 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 #891C74 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 28 116 -
CMYK 0 0.80 0.15 0.46
HSL 311.56º 0.66% 0.32% -
HSV(B) 311.56º 0.8% 0.54% -
XYZ 13.88 7.41 17.22 -
YUV 70.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 137 28 116 0 0.80 0.15 0.46 311.56 0.66 0.32
Hex 89 1C 74 0 50 F 2E 138 42 20
Octal 211 34 164 0 120 17 56 470 102 40
Binary 10001001 11100 1110100 0 1010000 1111 101110 100111000 1000010 100000

Color Harmonies of #891C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C74

Black with #891C74

Text Example


Text Example

White with #891C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,28,116); }

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

background-color css

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

 a { background-color: rgb(137,28,116); }

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

border-color css

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

 span { border-color: rgb(137,28,116); }

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