Html Css Color HEX #89277D Dark Purple

📋 copy color: '#89277D'

red 137 ◦ green 39 ◦ blue 125

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

Shades of Dark Purple #89277D

Tints of Dark Purple #89277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 45.51%
G = 12.96%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89277D (or 0x89277D) is known color: Dark Purple. HEX triplet: 89, 27 and 7D. RGB value is (137,39,125). Sum of RGB (Red+Green+Blue) = 137+39+125=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #89277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89277D is #76D882. Grayscale: #4D4D4D. Windows color (decimal): -7788675 or 8202121. OLE color: 8202121.

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

Color convert

RGB 137 39 125 -
CMYK 0 0.72 0.09 0.46
HSL 307.35º 0.56% 0.35% -
HSV(B) 307.35º 0.72% 0.54% -
XYZ 14.74 8.25 20.22 -
YUV 78.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 137 39 125 0 0.72 0.09 0.46 307.35 0.56 0.35
Hex 89 27 7D 0 48 9 2E 133 38 23
Octal 211 47 175 0 110 11 56 463 70 43
Binary 10001001 100111 1111101 0 1001000 1001 101110 100110011 111000 100011

Color Harmonies of #89277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89277D

Black with #89277D

Text Example


Text Example

White with #89277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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