Html Css Color HEX #89077A Purple

📋 copy color: '#89077A'

red 137 ◦ green 7 ◦ blue 122

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

Shades of Purple #89077A

Tints of Purple #89077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 51.5%
G = 2.63%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89077A (or 0x89077A) is known color: Purple. HEX triplet: 89, 07 and 7A. RGB value is (137,7,122). Sum of RGB (Red+Green+Blue) = 137+7+122=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89077A is #76F885. Grayscale: #3A3A3A. Windows color (decimal): -7796870 or 7997321. OLE color: 7997321.

HSL color Cylindrical-coordinate representation of color #89077A: hue angle of 306.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89077A is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 7 122 -
CMYK 0 0.95 0.11 0.46
HSL 306.92º 0.9% 0.28% -
HSV(B) 306.92º 0.95% 0.54% -
XYZ 13.91 6.88 19.01 -
YUV 58.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 137 7 122 0 0.95 0.11 0.46 306.92 0.9 0.28
Hex 89 7 7A 0 5F B 2E 133 5A 1C
Octal 211 7 172 0 137 13 56 463 132 34
Binary 10001001 111 1111010 0 1011111 1011 101110 100110011 1011010 11100

Color Harmonies of #89077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89077A

Black with #89077A

Text Example


Text Example

White with #89077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89077A; }

 p { color: rgb(137,7,122); }

 H1.HeaderClassName
 {
   color: #89077A;
 }
 .AnyTagClassName
 {
   color: #89077A;
 }
</style>

background-color css

<style>
 a { background-color: #89077A; }

 a { background-color: rgb(137,7,122); }

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

border-color css

<style>
 span { border-color: #89077A; }

 span { border-color: rgb(137,7,122); }

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