Html Css Color HEX #89226C Dark Purple

📋 copy color: '#89226C'

red 137 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #89226C

Tints of Dark Purple #89226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 49.1%
G = 12.19%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89226C (or 0x89226C) is known color: Dark Purple. HEX triplet: 89, 22 and 6C. RGB value is (137,34,108). Sum of RGB (Red+Green+Blue) = 137+34+108=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89226C is #76DD93. Grayscale: #494949. Windows color (decimal): -7789972 or 7086729. OLE color: 7086729.

HSL color Cylindrical-coordinate representation of color #89226C: hue angle of 316.89º 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 #89226C is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 108 -
CMYK 0 0.75 0.21 0.46
HSL 316.89º 0.6% 0.34% -
HSV(B) 316.89º 0.75% 0.54% -
XYZ 13.6 7.55 14.93 -
YUV 73.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 137 34 108 0 0.75 0.21 0.46 316.89 0.6 0.34
Hex 89 22 6C 0 4B 15 2E 13D 3C 22
Octal 211 42 154 0 113 25 56 475 74 42
Binary 10001001 100010 1101100 0 1001011 10101 101110 100111101 111100 100010

Color Harmonies of #89226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89226C

Black with #89226C

Text Example


Text Example

White with #89226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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