Html Css Color HEX #891F75 Dark Purple

📋 copy color: '#891F75'

red 137 ◦ green 31 ◦ blue 117

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

Shades of Dark Purple #891F75

Tints of Dark Purple #891F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 48.07%
G = 10.88%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891F75 (or 0x891F75) is known color: Dark Purple. HEX triplet: 89, 1F and 75. RGB value is (137,31,117). Sum of RGB (Red+Green+Blue) = 137+31+117=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #891F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F75 is #76E08A. Grayscale: #484848. Windows color (decimal): -7790731 or 7675785. OLE color: 7675785.

HSL color Cylindrical-coordinate representation of color #891F75: hue angle of 311.32º 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 #891F75 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 31 117 -
CMYK 0 0.77 0.15 0.46
HSL 311.32º 0.63% 0.33% -
HSV(B) 311.32º 0.77% 0.54% -
XYZ 14.02 7.58 17.55 -
YUV 72.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 137 31 117 0 0.77 0.15 0.46 311.32 0.63 0.33
Hex 89 1F 75 0 4D F 2E 137 3F 21
Octal 211 37 165 0 115 17 56 467 77 41
Binary 10001001 11111 1110101 0 1001101 1111 101110 100110111 111111 100001

Color Harmonies of #891F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F75

Black with #891F75

Text Example


Text Example

White with #891F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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