Html Css Color HEX #890B77 Dark Purple

📋 copy color: '#890B77'

red 137 ◦ green 11 ◦ blue 119

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

Shades of Dark Purple #890B77

Tints of Dark Purple #890B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 51.31%
G = 4.12%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#890B77 (or 0x890B77) is known color: Dark Purple. HEX triplet: 89, 0B and 77. RGB value is (137,11,119). Sum of RGB (Red+Green+Blue) = 137+11+119=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #890B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B77 is #76F488. Grayscale: #3C3C3C. Windows color (decimal): -7795849 or 7801737. OLE color: 7801737.

HSL color Cylindrical-coordinate representation of color #890B77: hue angle of 308.57º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B77 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 119 -
CMYK 0 0.92 0.13 0.46
HSL 308.57º 0.85% 0.29% -
HSV(B) 308.57º 0.92% 0.54% -
XYZ 13.77 6.89 18.06 -
YUV 60.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 137 11 119 0 0.92 0.13 0.46 308.57 0.85 0.29
Hex 89 B 77 0 5C D 2E 135 55 1D
Octal 211 13 167 0 134 15 56 465 125 35
Binary 10001001 1011 1110111 0 1011100 1101 101110 100110101 1010101 11101

Color Harmonies of #890B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B77

Black with #890B77

Text Example


Text Example

White with #890B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B77; }

 p { color: rgb(137,11,119); }

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

background-color css

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

 a { background-color: rgb(137,11,119); }

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

border-color css

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

 span { border-color: rgb(137,11,119); }

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