Html Css Color HEX #890E7E Purple

📋 copy color: '#890E7E'

red 137 ◦ green 14 ◦ blue 126

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

Shades of Purple #890E7E

Tints of Purple #890E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

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

R = 49.46%
G = 5.05%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#890E7E (or 0x890E7E) is known color: Purple. HEX triplet: 89, 0E and 7E. RGB value is (137,14,126). Sum of RGB (Red+Green+Blue) = 137+14+126=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E7E is #76F181. Grayscale: #3F3F3F. Windows color (decimal): -7795074 or 8261257. OLE color: 8261257.

HSL color Cylindrical-coordinate representation of color #890E7E: hue angle of 305.37º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E7E is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 126 -
CMYK 0 0.90 0.08 0.46
HSL 305.37º 0.81% 0.3% -
HSV(B) 305.37º 0.9% 0.54% -
XYZ 14.24 7.14 20.37 -
YUV 63.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 137 14 126 0 0.90 0.08 0.46 305.37 0.81 0.3
Hex 89 E 7E 0 5A 8 2E 131 51 1E
Octal 211 16 176 0 132 10 56 461 121 36
Binary 10001001 1110 1111110 0 1011010 1000 101110 100110001 1010001 11110

Color Harmonies of #890E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E7E

Black with #890E7E

Text Example


Text Example

White with #890E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890E7E; }

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

 H1.HeaderClassName
 {
   color: #890E7E;
 }
 .AnyTagClassName
 {
   color: #890E7E;
 }
</style>

background-color css

<style>
 a { background-color: #890E7E; }

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

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

border-color css

<style>
 span { border-color: #890E7E; }

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

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