#892D7A

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

Shades of Dark Purple #892D7A

Tints of Dark Purple #892D7A

Color information

#892D7A (or 0x892D7A) is unknown color: approx Dark Purple. HEX triplet: 89, 2D and 7A. RGB value is (137,45,122). Sum of RGB (Red+Green+Blue) = 137+45+122=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #892D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D7A is #76D285. Grayscale: #515151. Windows color (decimal): -7787142 or 8007049. OLE color: 8007049.

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

Color convert

RGB13745122-
CMYK00.670.110.46
HSL309.78º50.55%35.69%-
HSV(B)309.78º67.15%53.73%-
XYZ14.778.619.29-
YUV81.29150.98167.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 45 (17.97% from 255) = 14.80%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=45.07%
G=14.80%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374512200.670.110.46309.7850.5535.69
Hex892D7A043B2E1363324
Octal21155172010313564666344
Binary100010011011011111010010000111011101110100110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,45,122); }

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

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

 a { background-color: rgb(137,45,122); }

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

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

 span { border-color: rgb(137,45,122); }

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