Html Css Color HEX #89057B Purple

📋 copy color: '#89057B'

red 137 ◦ green 5 ◦ blue 123

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

Shades of Purple #89057B

Tints of Purple #89057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.42%

R = 51.7%
G = 1.89%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89057B (or 0x89057B) is known color: Purple. HEX triplet: 89, 05 and 7B. RGB value is (137,5,123). Sum of RGB (Red+Green+Blue) = 137+5+123=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89057B is #76FA84. Grayscale: #393939. Windows color (decimal): -7797381 or 8062345. OLE color: 8062345.

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

Color convert

RGB 137 5 123 -
CMYK 0 0.96 0.10 0.46
HSL 306.36º 0.93% 0.28% -
HSV(B) 306.36º 0.96% 0.54% -
XYZ 13.95 6.86 19.33 -
YUV 57.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 137 5 123 0 0.96 0.10 0.46 306.36 0.93 0.28
Hex 89 5 7B 0 60 A 2E 132 5D 1C
Octal 211 5 173 0 140 12 56 462 135 34
Binary 10001001 101 1111011 0 1100000 1010 101110 100110010 1011101 11100

Color Harmonies of #89057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89057B

Black with #89057B

Text Example


Text Example

White with #89057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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