Html Css Color HEX #89257F Dark Purple

📋 copy color: '#89257F'

red 137 ◦ green 37 ◦ blue 127

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

Shades of Dark Purple #89257F

Tints of Dark Purple #89257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.19%

R = 45.51%
G = 12.29%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89257F (or 0x89257F) is known color: Dark Purple. HEX triplet: 89, 25 and 7F. RGB value is (137,37,127). Sum of RGB (Red+Green+Blue) = 137+37+127=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #89257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89257F is #76DA80. Grayscale: #4C4C4C. Windows color (decimal): -7789185 or 8332681. OLE color: 8332681.

HSL color Cylindrical-coordinate representation of color #89257F: hue angle of 306º 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 #89257F is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 37 127 -
CMYK 0 0.73 0.07 0.46
HSL 306º 0.57% 0.34% -
HSV(B) 306º 0.73% 0.54% -
XYZ 14.81 8.17 20.88 -
YUV 77.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 137 37 127 0 0.73 0.07 0.46 306 0.57 0.34
Hex 89 25 7F 0 49 7 2E 132 39 22
Octal 211 45 177 0 111 7 56 462 71 42
Binary 10001001 100101 1111111 0 1001001 111 101110 100110010 111001 100010

Color Harmonies of #89257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89257F

Black with #89257F

Text Example


Text Example

White with #89257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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