#892681

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

Shades of Dark Purple #892681

Tints of Dark Purple #892681

Color information

#892681 (or 0x892681) is unknown color: approx Dark Purple. HEX triplet: 89, 26 and 81. RGB value is (137,38,129). Sum of RGB (Red+Green+Blue) = 137+38+129=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #892681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892681 is #76D97E. Grayscale: #4D4D4D. Windows color (decimal): -7788927 or 8464009. OLE color: 8464009.

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

Color convert

RGB13738129-
CMYK00.720.060.46
HSL304.85º56.57%34.31%-
HSV(B)304.85º72.26%53.73%-
XYZ14.978.2921.58-
YUV77.97156.8170.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=45.07%
G=12.5%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373812900.720.060.46304.8556.5734.31
Hex89268104862E1313922
Octal2114620101106564617142
Binary100010011001101000000101001000110101110100110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892681; }

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

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

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

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

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

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

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

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