Html Css Color HEX #891D7B Dark Purple

📋 copy color: '#891D7B'

red 137 ◦ green 29 ◦ blue 123

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

Shades of Dark Purple #891D7B

Tints of Dark Purple #891D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

 BLUE value IS 123 (48.44% from 255) = 42.56%

R = 47.4%
G = 10.03%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#891D7B (or 0x891D7B) is known color: Dark Purple. HEX triplet: 89, 1D and 7B. RGB value is (137,29,123). Sum of RGB (Red+Green+Blue) = 137+29+123=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #891D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891D7B is #76E284. Grayscale: #474747. Windows color (decimal): -7791237 or 8068489. OLE color: 8068489.

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

Color convert

RGB 137 29 123 -
CMYK 0 0.79 0.10 0.46
HSL 307.78º 0.65% 0.33% -
HSV(B) 307.78º 0.79% 0.54% -
XYZ 14.33 7.63 19.46 -
YUV 72.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 137 29 123 0 0.79 0.10 0.46 307.78 0.65 0.33
Hex 89 1D 7B 0 4F A 2E 134 41 21
Octal 211 35 173 0 117 12 56 464 101 41
Binary 10001001 11101 1111011 0 1001111 1010 101110 100110100 1000001 100001

Color Harmonies of #891D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891D7B

Black with #891D7B

Text Example


Text Example

White with #891D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,29,123); }

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

background-color css

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

 a { background-color: rgb(137,29,123); }

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

border-color css

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

 span { border-color: rgb(137,29,123); }

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