Html Css Color HEX #89047D Purple

📋 copy color: '#89047D'

red 137 ◦ green 4 ◦ blue 125

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

Shades of Purple #89047D

Tints of Purple #89047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 51.5%
G = 1.5%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89047D (or 0x89047D) is known color: Purple. HEX triplet: 89, 04 and 7D. RGB value is (137,4,125). Sum of RGB (Red+Green+Blue) = 137+4+125=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89047D is #76FB82. Grayscale: #393939. Windows color (decimal): -7797635 or 8193161. OLE color: 8193161.

HSL color Cylindrical-coordinate representation of color #89047D: hue angle of 305.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89047D is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 125 -
CMYK 0 0.97 0.09 0.46
HSL 305.41º 0.94% 0.28% -
HSV(B) 305.41º 0.97% 0.54% -
XYZ 14.06 6.89 19.99 -
YUV 57.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 137 4 125 0 0.97 0.09 0.46 305.41 0.94 0.28
Hex 89 4 7D 0 61 9 2E 131 5E 1C
Octal 211 4 175 0 141 11 56 461 136 34
Binary 10001001 100 1111101 0 1100001 1001 101110 100110001 1011110 11100

Color Harmonies of #89047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89047D

Black with #89047D

Text Example


Text Example

White with #89047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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