#892675

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

Shades of Dark Purple #892675

Tints of Dark Purple #892675

Color information

#892675 (or 0x892675) is unknown color: approx Dark Purple. HEX triplet: 89, 26 and 75. RGB value is (137,38,117). Sum of RGB (Red+Green+Blue) = 137+38+117=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #892675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892675 is #76D98A. Grayscale: #4C4C4C. Windows color (decimal): -7788939 or 7677577. OLE color: 7677577.

HSL color Cylindrical-coordinate representation of color #892675: hue angle of 312.12º 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 #892675 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13738117-
CMYK00.720.150.46
HSL312.12º56.57%34.31%-
HSV(B)312.12º72.26%53.73%-
XYZ14.227.9917.62-
YUV76.61150.8171.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=46.92%
G=13.01%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373811700.720.150.46312.1256.5734.31
Hex892675048F2E1383922
Octal21146165011017564707142
Binary100010011001101110101010010001111101110100111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892675; }

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

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

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

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

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

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

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

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