Html Css Color HEX #891D7A Dark Purple

📋 copy color: '#891D7A'

red 137 ◦ green 29 ◦ blue 122

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

Shades of Dark Purple #891D7A

Tints of Dark Purple #891D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 47.57%
G = 10.07%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#891D7A (or 0x891D7A) is known color: Dark Purple. HEX triplet: 89, 1D and 7A. RGB value is (137,29,122). Sum of RGB (Red+Green+Blue) = 137+29+122=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #891D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D7A is #76E285. Grayscale: #474747. Windows color (decimal): -7791238 or 8002953. OLE color: 8002953.

HSL color Cylindrical-coordinate representation of color #891D7A: hue angle of 308.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D7A is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 29 122 -
CMYK 0 0.79 0.11 0.46
HSL 308.33º 0.65% 0.33% -
HSV(B) 308.33º 0.79% 0.54% -
XYZ 14.27 7.6 19.13 -
YUV 71.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 137 29 122 0 0.79 0.11 0.46 308.33 0.65 0.33
Hex 89 1D 7A 0 4F B 2E 134 41 21
Octal 211 35 172 0 117 13 56 464 101 41
Binary 10001001 11101 1111010 0 1001111 1011 101110 100110100 1000001 100001

Color Harmonies of #891D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D7A

Black with #891D7A

Text Example


Text Example

White with #891D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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