Html Css Color HEX #891775 Dark Purple

📋 copy color: '#891775'

red 137 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #891775

Tints of Dark Purple #891775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 49.46%
G = 8.3%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#891775 (or 0x891775) is known color: Dark Purple. HEX triplet: 89, 17 and 75. RGB value is (137,23,117). Sum of RGB (Red+Green+Blue) = 137+23+117=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #891775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891775 is #76E88A. Grayscale: #434343. Windows color (decimal): -7792779 or 7673737. OLE color: 7673737.

HSL color Cylindrical-coordinate representation of color #891775: hue angle of 310.53º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891775 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 23 117 -
CMYK 0 0.83 0.15 0.46
HSL 310.53º 0.71% 0.31% -
HSV(B) 310.53º 0.83% 0.54% -
XYZ 13.83 7.22 17.49 -
YUV 67.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 137 23 117 0 0.83 0.15 0.46 310.53 0.71 0.31
Hex 89 17 75 0 53 F 2E 137 47 1F
Octal 211 27 165 0 123 17 56 467 107 37
Binary 10001001 10111 1110101 0 1010011 1111 101110 100110111 1000111 11111

Color Harmonies of #891775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891775

Black with #891775

Text Example


Text Example

White with #891775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891775; }

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

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

background-color css

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

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

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

border-color css

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

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

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