#890B80

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

Shades of Purple #890B80

Tints of Purple #890B80

Color information

#890B80 (or 0x890B80) is unknown color: approx Purple. HEX triplet: 89, 0B and 80. RGB value is (137,11,128). Sum of RGB (Red+Green+Blue) = 137+11+128=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B80 is #76F47F. Grayscale: #3D3D3D. Windows color (decimal): -7795840 or 8391561. OLE color: 8391561.

HSL color Cylindrical-coordinate representation of color #890B80: hue angle of 304.29º 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 #890B80 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13711128-
CMYK00.920.070.46
HSL304.29º85.14%29.02%-
HSV(B)304.29º91.97%53.73%-
XYZ14.337.1221.04-
YUV62.01165.24181.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=49.64%
G=3.99%
B=46.38%

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
Decimal1371112800.920.070.46304.2985.1429.02
Hex89B8005C72E130551d
Octal21113200013475646012535
Binary1000100110111000000001011100111101110100110000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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