Html Css Color HEX #890481 Purple

📋 copy color: '#890481'

red 137 ◦ green 4 ◦ blue 129

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

Shades of Purple #890481

Tints of Purple #890481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 50.74%
G = 1.48%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#890481 (or 0x890481) is known color: Purple. HEX triplet: 89, 04 and 81. RGB value is (137,4,129). Sum of RGB (Red+Green+Blue) = 137+4+129=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #890481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890481 is #76FB7E. Grayscale: #393939. Windows color (decimal): -7797631 or 8455305. OLE color: 8455305.

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

Color convert

RGB 137 4 129 -
CMYK 0 0.97 0.06 0.46
HSL 303.61º 0.94% 0.28% -
HSV(B) 303.61º 0.97% 0.54% -
XYZ 14.32 6.99 21.36 -
YUV 58.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 137 4 129 0 0.97 0.06 0.46 303.61 0.94 0.28
Hex 89 4 81 0 61 6 2E 130 5E 1C
Octal 211 4 201 0 141 6 56 460 136 34
Binary 10001001 100 10000001 0 1100001 110 101110 100110000 1011110 11100

Color Harmonies of #890481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890481

Black with #890481

Text Example


Text Example

White with #890481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890481; }

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

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

background-color css

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

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

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

border-color css

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

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

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