Html Css Color HEX #890073 Purple

📋 copy color: '#890073'

red 137 ◦ green 0 ◦ blue 115

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

Shades of Purple #890073

Tints of Purple #890073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.37%
G = 0%
B = 45.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#890073 (or 0x890073) is known color: Purple. HEX triplet: 89, 00 and 73. RGB value is (137,0,115). Sum of RGB (Red+Green+Blue) = 137+0+115=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #890073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890073 is #76FF8C. Grayscale: #353535. Windows color (decimal): -7798669 or 7536777. OLE color: 7536777.

HSL color Cylindrical-coordinate representation of color #890073: hue angle of 309.64º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890073 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 115 -
CMYK 0 1 0.16 0.46
HSL 309.64º 1% 0.27% -
HSV(B) 309.64º 1% 0.54% -
XYZ 13.41 6.56 16.78 -
YUV 54.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 137 0 115 0 1 0.16 0.46 309.64 1 0.27
Hex 89 0 73 0 64 10 2E 136 64 1B
Octal 211 0 163 0 144 20 56 466 144 33
Binary 10001001 0 1110011 0 1100100 10000 101110 100110110 1100100 11011

Color Harmonies of #890073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890073

Black with #890073

Text Example


Text Example

White with #890073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890073; }

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

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

background-color css

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

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

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

border-color css

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

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

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