Html Css Color HEX #89227A Dark Purple

📋 copy color: '#89227A'

red 137 ◦ green 34 ◦ blue 122

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

Shades of Dark Purple #89227A

Tints of Dark Purple #89227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 46.76%
G = 11.6%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#89227A (or 0x89227A) is known color: Dark Purple. HEX triplet: 89, 22 and 7A. RGB value is (137,34,122). Sum of RGB (Red+Green+Blue) = 137+34+122=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #89227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89227A is #76DD85. Grayscale: #4A4A4A. Windows color (decimal): -7789958 or 8004233. OLE color: 8004233.

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

Color convert

RGB 137 34 122 -
CMYK 0 0.75 0.11 0.46
HSL 308.74º 0.6% 0.34% -
HSV(B) 308.74º 0.75% 0.54% -
XYZ 14.4 7.87 19.17 -
YUV 74.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 137 34 122 0 0.75 0.11 0.46 308.74 0.6 0.34
Hex 89 22 7A 0 4B B 2E 135 3C 22
Octal 211 42 172 0 113 13 56 465 74 42
Binary 10001001 100010 1111010 0 1001011 1011 101110 100110101 111100 100010

Color Harmonies of #89227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89227A

Black with #89227A

Text Example


Text Example

White with #89227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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