Html Css Color HEX #89057C Purple

📋 copy color: '#89057C'

red 137 ◦ green 5 ◦ blue 124

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

Shades of Purple #89057C

Tints of Purple #89057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 51.5%
G = 1.88%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89057C (or 0x89057C) is known color: Purple. HEX triplet: 89, 05 and 7C. RGB value is (137,5,124). Sum of RGB (Red+Green+Blue) = 137+5+124=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89057C is #76FA83. Grayscale: #393939. Windows color (decimal): -7797380 or 8127881. OLE color: 8127881.

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

Color convert

RGB 137 5 124 -
CMYK 0 0.96 0.09 0.46
HSL 305.91º 0.93% 0.28% -
HSV(B) 305.91º 0.96% 0.54% -
XYZ 14.01 6.88 19.66 -
YUV 58.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 137 5 124 0 0.96 0.09 0.46 305.91 0.93 0.28
Hex 89 5 7C 0 60 9 2E 132 5D 1C
Octal 211 5 174 0 140 11 56 462 135 34
Binary 10001001 101 1111100 0 1100000 1001 101110 100110010 1011101 11100

Color Harmonies of #89057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89057C

Black with #89057C

Text Example


Text Example

White with #89057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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