Html Css Color HEX #89207A Dark Purple

📋 copy color: '#89207A'

red 137 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #89207A

Tints of Dark Purple #89207A

RGB

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

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

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

R = 47.08%
G = 11%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89207A (or 0x89207A) is known color: Dark Purple. HEX triplet: 89, 20 and 7A. RGB value is (137,32,122). Sum of RGB (Red+Green+Blue) = 137+32+122=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #89207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89207A is #76DF85. Grayscale: #494949. Windows color (decimal): -7790470 or 8003721. OLE color: 8003721.

HSL color Cylindrical-coordinate representation of color #89207A: hue angle of 308.57º 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 #89207A is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 122 -
CMYK 0 0.77 0.11 0.46
HSL 308.57º 0.62% 0.33% -
HSV(B) 308.57º 0.77% 0.54% -
XYZ 14.35 7.76 19.15 -
YUV 73.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 137 32 122 0 0.77 0.11 0.46 308.57 0.62 0.33
Hex 89 20 7A 0 4D B 2E 135 3E 21
Octal 211 40 172 0 115 13 56 465 76 41
Binary 10001001 100000 1111010 0 1001101 1011 101110 100110101 111110 100001

Color Harmonies of #89207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89207A

Black with #89207A

Text Example


Text Example

White with #89207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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