#892F68

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

Shades of Dark Purple #892F68

Tints of Dark Purple #892F68

Color information

#892F68 (or 0x892F68) is unknown color: approx Dark Purple. HEX triplet: 89, 2F and 68. RGB value is (137,47,104). Sum of RGB (Red+Green+Blue) = 137+47+104=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #892F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F68 is #76D097. Grayscale: #505050. Windows color (decimal): -7786648 or 6827913. OLE color: 6827913.

HSL color Cylindrical-coordinate representation of color #892F68: hue angle of 322º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F68 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13747104-
CMYK00.660.240.46
HSL322º48.91%36.08%-
HSV(B)322º65.69%53.73%-
XYZ13.838.3513.98-
YUV80.41141.32168.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 47 (18.75% from 255) = 16.32%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=47.57%
G=16.32%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374710400.660.240.4632248.9136.08
Hex892F68042182E1423124
Octal21157150010230565026144
Binary1000100110111111010000100001011000101110101000010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892F68; }

 p { color: rgb(137,47,104); }

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

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

 a { background-color: rgb(137,47,104); }

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

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

 span { border-color: rgb(137,47,104); }

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