Html Css Color HEX #89117A Dark Purple

📋 copy color: '#89117A'

red 137 ◦ green 17 ◦ blue 122

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

Shades of Dark Purple #89117A

Tints of Dark Purple #89117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

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

R = 49.64%
G = 6.16%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89117A (or 0x89117A) is known color: Dark Purple. HEX triplet: 89, 11 and 7A. RGB value is (137,17,122). Sum of RGB (Red+Green+Blue) = 137+17+122=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #89117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89117A is #76EE85. Grayscale: #404040. Windows color (decimal): -7794310 or 7999881. OLE color: 7999881.

HSL color Cylindrical-coordinate representation of color #89117A: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89117A is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 122 -
CMYK 0 0.88 0.11 0.46
HSL 307.5º 0.78% 0.3% -
HSV(B) 307.5º 0.88% 0.54% -
XYZ 14.03 7.12 19.05 -
YUV 64.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 137 17 122 0 0.88 0.11 0.46 307.5 0.78 0.3
Hex 89 11 7A 0 58 B 2E 134 4E 1E
Octal 211 21 172 0 130 13 56 464 116 36
Binary 10001001 10001 1111010 0 1011000 1011 101110 100110100 1001110 11110

Color Harmonies of #89117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89117A

Black with #89117A

Text Example


Text Example

White with #89117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89117A; }

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

 H1.HeaderClassName
 {
   color: #89117A;
 }
 .AnyTagClassName
 {
   color: #89117A;
 }
</style>

background-color css

<style>
 a { background-color: #89117A; }

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

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

border-color css

<style>
 span { border-color: #89117A; }

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

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