Html Css Color HEX #89257D Dark Purple

📋 copy color: '#89257D'

red 137 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #89257D

Tints of Dark Purple #89257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 45.82%
G = 12.37%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89257D (or 0x89257D) is known color: Dark Purple. HEX triplet: 89, 25 and 7D. RGB value is (137,37,125). Sum of RGB (Red+Green+Blue) = 137+37+125=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #89257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89257D is #76DA82. Grayscale: #4C4C4C. Windows color (decimal): -7789187 or 8201609. OLE color: 8201609.

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

Color convert

RGB 137 37 125 -
CMYK 0 0.73 0.09 0.46
HSL 307.2º 0.57% 0.34% -
HSV(B) 307.2º 0.73% 0.54% -
XYZ 14.68 8.12 20.2 -
YUV 76.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 137 37 125 0 0.73 0.09 0.46 307.2 0.57 0.34
Hex 89 25 7D 0 49 9 2E 133 39 22
Octal 211 45 175 0 111 11 56 463 71 42
Binary 10001001 100101 1111101 0 1001001 1001 101110 100110011 111001 100010

Color Harmonies of #89257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89257D

Black with #89257D

Text Example


Text Example

White with #89257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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