#890B7F

Color #890B7F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #890B7F

Tints of Purple #890B7F

Color information

#890B7F (or 0x890B7F) is unknown color: approx Purple. HEX triplet: 89, 0B and 7F. RGB value is (137,11,127). Sum of RGB (Red+Green+Blue) = 137+11+127=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7F is #76F480. Grayscale: #3D3D3D. Windows color (decimal): -7795841 or 8326025. OLE color: 8326025.

HSL color Cylindrical-coordinate representation of color #890B7F: hue angle of 304.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B7F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13711127-
CMYK00.920.070.46
HSL304.76º85.14%29.02%-
HSV(B)304.76º91.97%53.73%-
XYZ14.277.0920.7-
YUV61.9164.74181.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.82%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 127 (50% from 255) = 46.18%
R=49.82%
G=4%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371112700.920.070.46304.7685.1429.02
Hex89B7F05C72E131551d
Octal21113177013475646112535
Binary100010011011111111101011100111101110100110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890B7F; }

 p { color: rgb(137,11,127); }

 H1.HeaderClassName
 {
   color: #890B7F;
 }
 .AnyTagClassName
 {
   color: #890B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(137,11,127); }

 div.DivClassName
 {
   background-color: #890B7F;
 }
 .BgClassName
 {
   background-color: #890B7F;
 }
</style>
border-color css

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

 span { border-color: rgb(137,11,127); }

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