Html Css Color HEX #89207E Dark Purple

📋 copy color: '#89207E'

red 137 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #89207E

Tints of Dark Purple #89207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 46.44%
G = 10.85%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#89207E (or 0x89207E) is known color: Dark Purple. HEX triplet: 89, 20 and 7E. RGB value is (137,32,126). Sum of RGB (Red+Green+Blue) = 137+32+126=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89207E is #76DF81. Grayscale: #494949. Windows color (decimal): -7790466 or 8265865. OLE color: 8265865.

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

Color convert

RGB 137 32 126 -
CMYK 0 0.77 0.08 0.46
HSL 306.29º 0.62% 0.33% -
HSV(B) 306.29º 0.77% 0.54% -
XYZ 14.6 7.86 20.49 -
YUV 74.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 137 32 126 0 0.77 0.08 0.46 306.29 0.62 0.33
Hex 89 20 7E 0 4D 8 2E 132 3E 21
Octal 211 40 176 0 115 10 56 462 76 41
Binary 10001001 100000 1111110 0 1001101 1000 101110 100110010 111110 100001

Color Harmonies of #89207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89207E

Black with #89207E

Text Example


Text Example

White with #89207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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