Html Css Color HEX #89057E Purple

📋 copy color: '#89057E'

red 137 ◦ green 5 ◦ blue 126

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

Shades of Purple #89057E

Tints of Purple #89057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 51.12%
G = 1.87%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89057E (or 0x89057E) is known color: Purple. HEX triplet: 89, 05 and 7E. RGB value is (137,5,126). Sum of RGB (Red+Green+Blue) = 137+5+126=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89057E is #76FA81. Grayscale: #393939. Windows color (decimal): -7797378 or 8258953. OLE color: 8258953.

HSL color Cylindrical-coordinate representation of color #89057E: hue angle of 305º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89057E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 126 -
CMYK 0 0.96 0.08 0.46
HSL 305º 0.93% 0.28% -
HSV(B) 305º 0.96% 0.54% -
XYZ 14.14 6.93 20.33 -
YUV 58.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 137 5 126 0 0.96 0.08 0.46 305 0.93 0.28
Hex 89 5 7E 0 60 8 2E 131 5D 1C
Octal 211 5 176 0 140 10 56 461 135 34
Binary 10001001 101 1111110 0 1100000 1000 101110 100110001 1011101 11100

Color Harmonies of #89057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89057E

Black with #89057E

Text Example


Text Example

White with #89057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89057E; }

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

 H1.HeaderClassName
 {
   color: #89057E;
 }
 .AnyTagClassName
 {
   color: #89057E;
 }
</style>

background-color css

<style>
 a { background-color: #89057E; }

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

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

border-color css

<style>
 span { border-color: #89057E; }

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

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