Html Css Color HEX #89127E Dark Purple

📋 copy color: '#89127E'

red 137 ◦ green 18 ◦ blue 126

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

Shades of Dark Purple #89127E

Tints of Dark Purple #89127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 48.75%
G = 6.41%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89127E (or 0x89127E) is known color: Dark Purple. HEX triplet: 89, 12 and 7E. RGB value is (137,18,126). Sum of RGB (Red+Green+Blue) = 137+18+126=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89127E is #76ED81. Grayscale: #414141. Windows color (decimal): -7794050 or 8262281. OLE color: 8262281.

HSL color Cylindrical-coordinate representation of color #89127E: hue angle of 305.55º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89127E is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 126 -
CMYK 0 0.87 0.08 0.46
HSL 305.55º 0.77% 0.3% -
HSV(B) 305.55º 0.87% 0.54% -
XYZ 14.3 7.26 20.39 -
YUV 65.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 137 18 126 0 0.87 0.08 0.46 305.55 0.77 0.3
Hex 89 12 7E 0 57 8 2E 132 4D 1E
Octal 211 22 176 0 127 10 56 462 115 36
Binary 10001001 10010 1111110 0 1010111 1000 101110 100110010 1001101 11110

Color Harmonies of #89127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89127E

Black with #89127E

Text Example


Text Example

White with #89127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89127E; }

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

 H1.HeaderClassName
 {
   color: #89127E;
 }
 .AnyTagClassName
 {
   color: #89127E;
 }
</style>

background-color css

<style>
 a { background-color: #89127E; }

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

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

border-color css

<style>
 span { border-color: #89127E; }

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

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