Html Css Color HEX #89007C Purple

📋 copy color: '#89007C'

red 137 ◦ green 0 ◦ blue 124

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

Shades of Purple #89007C

Tints of Purple #89007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.49%
G = 0%
B = 47.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89007C (or 0x89007C) is known color: Purple. HEX triplet: 89, 00 and 7C. RGB value is (137,0,124). Sum of RGB (Red+Green+Blue) = 137+0+124=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89007C is #76FF83. Grayscale: #363636. Windows color (decimal): -7798660 or 8126601. OLE color: 8126601.

HSL color Cylindrical-coordinate representation of color #89007C: hue angle of 305.69º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89007C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 124 -
CMYK 0 1 0.09 0.46
HSL 305.69º 1% 0.27% -
HSV(B) 305.69º 1% 0.54% -
XYZ 13.95 6.77 19.64 -
YUV 55.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 137 0 124 0 1 0.09 0.46 305.69 1 0.27
Hex 89 0 7C 0 64 9 2E 132 64 1B
Octal 211 0 174 0 144 11 56 462 144 33
Binary 10001001 0 1111100 0 1100100 1001 101110 100110010 1100100 11011

Color Harmonies of #89007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89007C

Black with #89007C

Text Example


Text Example

White with #89007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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