Html Css Color HEX #89217D Dark Purple

📋 copy color: '#89217D'

red 137 ◦ green 33 ◦ blue 125

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

Shades of Dark Purple #89217D

Tints of Dark Purple #89217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 46.44%
G = 11.19%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89217D (or 0x89217D) is known color: Dark Purple. HEX triplet: 89, 21 and 7D. RGB value is (137,33,125). Sum of RGB (Red+Green+Blue) = 137+33+125=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #89217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89217D is #76DE82. Grayscale: #4A4A4A. Windows color (decimal): -7790211 or 8200585. OLE color: 8200585.

HSL color Cylindrical-coordinate representation of color #89217D: hue angle of 306.92º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89217D is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 125 -
CMYK 0 0.76 0.09 0.46
HSL 306.92º 0.61% 0.33% -
HSV(B) 306.92º 0.76% 0.54% -
XYZ 14.56 7.89 20.16 -
YUV 74.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 137 33 125 0 0.76 0.09 0.46 306.92 0.61 0.33
Hex 89 21 7D 0 4C 9 2E 133 3D 21
Octal 211 41 175 0 114 11 56 463 75 41
Binary 10001001 100001 1111101 0 1001100 1001 101110 100110011 111101 100001

Color Harmonies of #89217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89217D

Black with #89217D

Text Example


Text Example

White with #89217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89217D; }

 p { color: rgb(137,33,125); }

 H1.HeaderClassName
 {
   color: #89217D;
 }
 .AnyTagClassName
 {
   color: #89217D;
 }
</style>

background-color css

<style>
 a { background-color: #89217D; }

 a { background-color: rgb(137,33,125); }

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

border-color css

<style>
 span { border-color: #89217D; }

 span { border-color: rgb(137,33,125); }

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