Html Css Color HEX #890474 Purple

📋 copy color: '#890474'

red 137 ◦ green 4 ◦ blue 116

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

Shades of Purple #890474

Tints of Purple #890474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 53.31%
G = 1.56%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#890474 (or 0x890474) is known color: Purple. HEX triplet: 89, 04 and 74. RGB value is (137,4,116). Sum of RGB (Red+Green+Blue) = 137+4+116=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890474 is #76FB8B. Grayscale: #383838. Windows color (decimal): -7797644 or 7603337. OLE color: 7603337.

HSL color Cylindrical-coordinate representation of color #890474: hue angle of 309.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890474 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 116 -
CMYK 0 0.97 0.15 0.46
HSL 309.47º 0.94% 0.28% -
HSV(B) 309.47º 0.97% 0.54% -
XYZ 13.51 6.67 17.1 -
YUV 56.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 137 4 116 0 0.97 0.15 0.46 309.47 0.94 0.28
Hex 89 4 74 0 61 F 2E 135 5E 1C
Octal 211 4 164 0 141 17 56 465 136 34
Binary 10001001 100 1110100 0 1100001 1111 101110 100110101 1011110 11100

Color Harmonies of #890474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890474

Black with #890474

Text Example


Text Example

White with #890474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890474; }

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

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

background-color css

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

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

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

border-color css

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

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

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