Html Css Color HEX #891C7A Dark Purple

📋 copy color: '#891C7A'

red 137 ◦ green 28 ◦ blue 122

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

Shades of Dark Purple #891C7A

Tints of Dark Purple #891C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 47.74%
G = 9.76%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#891C7A (or 0x891C7A) is known color: Dark Purple. HEX triplet: 89, 1C and 7A. RGB value is (137,28,122). Sum of RGB (Red+Green+Blue) = 137+28+122=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #891C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C7A is #76E385. Grayscale: #474747. Windows color (decimal): -7791494 or 8002697. OLE color: 8002697.

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

Color convert

RGB 137 28 122 -
CMYK 0 0.80 0.11 0.46
HSL 308.26º 0.66% 0.32% -
HSV(B) 308.26º 0.8% 0.54% -
XYZ 14.24 7.55 19.12 -
YUV 71.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 137 28 122 0 0.80 0.11 0.46 308.26 0.66 0.32
Hex 89 1C 7A 0 50 B 2E 134 42 20
Octal 211 34 172 0 120 13 56 464 102 40
Binary 10001001 11100 1111010 0 1010000 1011 101110 100110100 1000010 100000

Color Harmonies of #891C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C7A

Black with #891C7A

Text Example


Text Example

White with #891C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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