Html Css Color HEX #89117D Dark Purple

📋 copy color: '#89117D'

red 137 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #89117D

Tints of Dark Purple #89117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 49.1%
G = 6.09%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89117D (or 0x89117D) is known color: Dark Purple. HEX triplet: 89, 11 and 7D. RGB value is (137,17,125). Sum of RGB (Red+Green+Blue) = 137+17+125=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89117D is #76EE82. Grayscale: #404040. Windows color (decimal): -7794307 or 8196489. OLE color: 8196489.

HSL color Cylindrical-coordinate representation of color #89117D: hue angle of 306º 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 #89117D is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 125 -
CMYK 0 0.88 0.09 0.46
HSL 306º 0.78% 0.3% -
HSV(B) 306º 0.88% 0.54% -
XYZ 14.22 7.2 20.04 -
YUV 65.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 137 17 125 0 0.88 0.09 0.46 306 0.78 0.3
Hex 89 11 7D 0 58 9 2E 132 4E 1E
Octal 211 21 175 0 130 11 56 462 116 36
Binary 10001001 10001 1111101 0 1011000 1001 101110 100110010 1001110 11110

Color Harmonies of #89117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89117D

Black with #89117D

Text Example


Text Example

White with #89117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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