Html Css Color HEX #890074 Purple

📋 copy color: '#890074'

red 137 ◦ green 0 ◦ blue 116

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

Shades of Purple #890074

Tints of Purple #890074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 54.15%
G = 0%
B = 45.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#890074 (or 0x890074) is known color: Purple. HEX triplet: 89, 00 and 74. RGB value is (137,0,116). Sum of RGB (Red+Green+Blue) = 137+0+116=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890074 is #76FF8B. Grayscale: #353535. Windows color (decimal): -7798668 or 7602313. OLE color: 7602313.

HSL color Cylindrical-coordinate representation of color #890074: hue angle of 309.2º 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 #890074 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 116 -
CMYK 0 1 0.15 0.46
HSL 309.2º 1% 0.27% -
HSV(B) 309.2º 1% 0.54% -
XYZ 13.47 6.58 17.08 -
YUV 54.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 137 0 116 0 1 0.15 0.46 309.2 1 0.27
Hex 89 0 74 0 64 F 2E 135 64 1B
Octal 211 0 164 0 144 17 56 465 144 33
Binary 10001001 0 1110100 0 1100100 1111 101110 100110101 1100100 11011

Color Harmonies of #890074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890074

Black with #890074

Text Example


Text Example

White with #890074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890074; }

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

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

background-color css

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

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

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

border-color css

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

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

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