#892181

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

Shades of Dark Purple #892181

Tints of Dark Purple #892181

Color information

#892181 (or 0x892181) is unknown color: approx Dark Purple. HEX triplet: 89, 21 and 81. RGB value is (137,33,129). Sum of RGB (Red+Green+Blue) = 137+33+129=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #892181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892181 is #76DE7E. Grayscale: #4A4A4A. Windows color (decimal): -7790207 or 8462729. OLE color: 8462729.

HSL color Cylindrical-coordinate representation of color #892181: hue angle of 304.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892181 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13733129-
CMYK00.760.060.46
HSL304.62º61.18%33.33%-
HSV(B)304.62º75.91%53.73%-
XYZ14.827.9921.53-
YUV75.04158.46172.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=45.82%
G=11.04%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373312900.760.060.46304.6261.1833.33
Hex89218104C62E1313d21
Octal2114120101146564617541
Binary100010011000011000000101001100110101110100110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892181; }

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

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

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

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

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

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

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

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