Html Css Color HEX #891F88 Dark Purple

📋 copy color: '#891F88'

red 137 ◦ green 31 ◦ blue 136

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

Shades of Dark Purple #891F88

Tints of Dark Purple #891F88

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 45.07%
G = 10.2%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#891F88 (or 0x891F88) is known color: Dark Purple. HEX triplet: 89, 1F and 88. RGB value is (137,31,136). Sum of RGB (Red+Green+Blue) = 137+31+136=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #891F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #891F88 is #76E077. Grayscale: #4A4A4A. Windows color (decimal): -7790712 or 8920969. OLE color: 8920969.

HSL color Cylindrical-coordinate representation of color #891F88: hue angle of 300.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F88 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 31 136 -
CMYK 0 0.77 0.01 0.46
HSL 300.57º 0.63% 0.33% -
HSV(B) 300.57º 0.77% 0.54% -
XYZ 15.25 8.08 24.05 -
YUV 74.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 137 31 136 0 0.77 0.01 0.46 300.57 0.63 0.33
Hex 89 1F 88 0 4D 1 2E 12D 3F 21
Octal 211 37 210 0 115 1 56 455 77 41
Binary 10001001 11111 10001000 0 1001101 1 101110 100101101 111111 100001

Color Harmonies of #891F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F88

Black with #891F88

Text Example


Text Example

White with #891F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891F88; }

 p { color: rgb(137,31,136); }

 H1.HeaderClassName
 {
   color: #891F88;
 }
 .AnyTagClassName
 {
   color: #891F88;
 }
</style>

background-color css

<style>
 a { background-color: #891F88; }

 a { background-color: rgb(137,31,136); }

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

border-color css

<style>
 span { border-color: #891F88; }

 span { border-color: rgb(137,31,136); }

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