Html Css Color HEX #890B73 Dark Purple

📋 copy color: '#890B73'

red 137 ◦ green 11 ◦ blue 115

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

Shades of Dark Purple #890B73

Tints of Dark Purple #890B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 52.09%
G = 4.18%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#890B73 (or 0x890B73) is known color: Dark Purple. HEX triplet: 89, 0B and 73. RGB value is (137,11,115). Sum of RGB (Red+Green+Blue) = 137+11+115=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #890B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B73 is #76F48C. Grayscale: #3C3C3C. Windows color (decimal): -7795853 or 7539593. OLE color: 7539593.

HSL color Cylindrical-coordinate representation of color #890B73: hue angle of 310.48º 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 #890B73 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 115 -
CMYK 0 0.92 0.16 0.46
HSL 310.48º 0.85% 0.29% -
HSV(B) 310.48º 0.92% 0.54% -
XYZ 13.53 6.8 16.82 -
YUV 60.53 158.74 182.54 -
System Red Green Blue C M Y K H S L
Decimal 137 11 115 0 0.92 0.16 0.46 310.48 0.85 0.29
Hex 89 B 73 0 5C 10 2E 136 55 1D
Octal 211 13 163 0 134 20 56 466 125 35
Binary 10001001 1011 1110011 0 1011100 10000 101110 100110110 1010101 11101

Color Harmonies of #890B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B73

Black with #890B73

Text Example


Text Example

White with #890B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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