#892165

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

Shades of Dark Purple #892165

Tints of Dark Purple #892165

Color information

#892165 (or 0x892165) is unknown color: approx Dark Purple. HEX triplet: 89, 21 and 65. RGB value is (137,33,101). Sum of RGB (Red+Green+Blue) = 137+33+101=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #892165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892165 is #76DE9A. Grayscale: #474747. Windows color (decimal): -7790235 or 6627721. OLE color: 6627721.

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

Color convert

RGB13733101-
CMYK00.760.260.46
HSL320.77º61.18%33.33%-
HSV(B)320.77º75.91%53.73%-
XYZ13.217.3513.03-
YUV71.85144.46174.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=50.55%
G=12.18%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373310100.760.260.46320.7761.1833.33
Hex89216504C1A2E1413d21
Octal21141145011432565017541
Binary1000100110000111001010100110011010101110101000001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892165; }

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

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

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

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

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

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

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

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