#892C68

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

Shades of Dark Purple #892C68

Tints of Dark Purple #892C68

Color information

#892C68 (or 0x892C68) is unknown color: approx Dark Purple. HEX triplet: 89, 2C and 68. RGB value is (137,44,104). Sum of RGB (Red+Green+Blue) = 137+44+104=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #892C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C68 is #76D397. Grayscale: #4E4E4E. Windows color (decimal): -7787416 or 6827145. OLE color: 6827145.

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

Color convert

RGB13744104-
CMYK00.680.240.46
HSL321.29º51.38%35.49%-
HSV(B)321.29º67.88%53.73%-
XYZ13.728.1213.94-
YUV78.65142.31169.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=48.07%
G=15.44%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374410400.680.240.46321.2951.3835.49
Hex892C68044182E1413323
Octal21154150010430565016343
Binary1000100110110011010000100010011000101110101000001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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