Html Css Color HEX #891A7E Dark Purple

📋 copy color: '#891A7E'

red 137 ◦ green 26 ◦ blue 126

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

Shades of Dark Purple #891A7E

Tints of Dark Purple #891A7E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 47.4%
G = 9%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#891A7E (or 0x891A7E) is known color: Dark Purple. HEX triplet: 89, 1A and 7E. RGB value is (137,26,126). Sum of RGB (Red+Green+Blue) = 137+26+126=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A7E is #76E581. Grayscale: #464646. Windows color (decimal): -7792002 or 8264329. OLE color: 8264329.

HSL color Cylindrical-coordinate representation of color #891A7E: hue angle of 305.95º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A7E is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 26 126 -
CMYK 0 0.81 0.08 0.46
HSL 305.95º 0.68% 0.32% -
HSV(B) 305.95º 0.81% 0.54% -
XYZ 14.45 7.56 20.44 -
YUV 70.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 137 26 126 0 0.81 0.08 0.46 305.95 0.68 0.32
Hex 89 1A 7E 0 51 8 2E 132 44 20
Octal 211 32 176 0 121 10 56 462 104 40
Binary 10001001 11010 1111110 0 1010001 1000 101110 100110010 1000100 100000

Color Harmonies of #891A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A7E

Black with #891A7E

Text Example


Text Example

White with #891A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,26,126); }

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

background-color css

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

 a { background-color: rgb(137,26,126); }

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

border-color css

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

 span { border-color: rgb(137,26,126); }

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