Html Css Color HEX #890E75 Dark Purple

📋 copy color: '#890E75'

red 137 ◦ green 14 ◦ blue 117

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

Shades of Dark Purple #890E75

Tints of Dark Purple #890E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 51.12%
G = 5.22%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#890E75 (or 0x890E75) is known color: Dark Purple. HEX triplet: 89, 0E and 75. RGB value is (137,14,117). Sum of RGB (Red+Green+Blue) = 137+14+117=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #890E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E75 is #76F18A. Grayscale: #3E3E3E. Windows color (decimal): -7795083 or 7671433. OLE color: 7671433.

HSL color Cylindrical-coordinate representation of color #890E75: hue angle of 309.76º 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 #890E75 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 14 117 -
CMYK 0 0.90 0.15 0.46
HSL 309.76º 0.81% 0.3% -
HSV(B) 309.76º 0.9% 0.54% -
XYZ 13.68 6.92 17.44 -
YUV 62.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 137 14 117 0 0.90 0.15 0.46 309.76 0.81 0.3
Hex 89 E 75 0 5A F 2E 136 51 1E
Octal 211 16 165 0 132 17 56 466 121 36
Binary 10001001 1110 1110101 0 1011010 1111 101110 100110110 1010001 11110

Color Harmonies of #890E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890E75

Black with #890E75

Text Example


Text Example

White with #890E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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