Html Css Color HEX #89258B Dark Purple

📋 copy color: '#89258B'

red 137 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #89258B

Tints of Dark Purple #89258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 43.77%
G = 11.82%
B = 44.41%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89258B (or 0x89258B) is known color: Dark Purple. HEX triplet: 89, 25 and 8B. RGB value is (137,37,139). Sum of RGB (Red+Green+Blue) = 137+37+139=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #89258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89258B is #76DA74. Grayscale: #4E4E4E. Windows color (decimal): -7789173 or 9119113. OLE color: 9119113.

HSL color Cylindrical-coordinate representation of color #89258B: hue angle of 298.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89258B is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 37 139 -
CMYK 0.01 0.73 0 0.45
HSL 298.82º 0.58% 0.35% -
HSV(B) 298.82º 0.73% 0.55% -
XYZ 15.64 8.51 25.24 -
YUV 78.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 137 37 139 0.01 0.73 0 0.45 298.82 0.58 0.35
Hex 89 25 8B 1 49 0 2D 12B 3A 23
Octal 211 45 213 1 111 0 55 453 72 43
Binary 10001001 100101 10001011 1 1001001 0 101101 100101011 111010 100011

Color Harmonies of #89258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89258B

Black with #89258B

Text Example


Text Example

White with #89258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89258B; }

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

 H1.HeaderClassName
 {
   color: #89258B;
 }
 .AnyTagClassName
 {
   color: #89258B;
 }
</style>

background-color css

<style>
 a { background-color: #89258B; }

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

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

border-color css

<style>
 span { border-color: #89258B; }

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

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