Html Css Color HEX #890276 Purple

📋 copy color: '#890276'

red 137 ◦ green 2 ◦ blue 118

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

Shades of Purple #890276

Tints of Purple #890276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 53.31%
G = 0.78%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#890276 (or 0x890276) is known color: Purple. HEX triplet: 89, 02 and 76. RGB value is (137,2,118). Sum of RGB (Red+Green+Blue) = 137+2+118=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890276 is #76FD89. Grayscale: #373737. Windows color (decimal): -7798154 or 7733897. OLE color: 7733897.

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

Color convert

RGB 137 2 118 -
CMYK 0 0.99 0.14 0.46
HSL 308.44º 0.97% 0.27% -
HSV(B) 308.44º 0.99% 0.54% -
XYZ 13.61 6.67 17.71 -
YUV 55.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 137 2 118 0 0.99 0.14 0.46 308.44 0.97 0.27
Hex 89 2 76 0 63 E 2E 134 61 1B
Octal 211 2 166 0 143 16 56 464 141 33
Binary 10001001 10 1110110 0 1100011 1110 101110 100110100 1100001 11011

Color Harmonies of #890276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890276

Black with #890276

Text Example


Text Example

White with #890276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890276; }

 p { color: rgb(137,2,118); }

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

background-color css

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

 a { background-color: rgb(137,2,118); }

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

border-color css

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

 span { border-color: rgb(137,2,118); }

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