Html Css Color HEX #893180 Dark Purple

📋 copy color: '#893180'

red 137 ◦ green 49 ◦ blue 128

#893180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #893180

Tints of Dark Purple #893180

RGB

 RED value IS 137 (53.91% from 255) = 43.63%

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 43.63%
G = 15.61%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#893180 (or 0x893180) is known color: Dark Purple. HEX triplet: 89, 31 and 80. RGB value is (137,49,128). Sum of RGB (Red+Green+Blue) = 137+49+128=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #893180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893180 is #76CE7F. Grayscale: #545454. Windows color (decimal): -7786112 or 8401289. OLE color: 8401289.

HSL color Cylindrical-coordinate representation of color #893180: hue angle of 306.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893180 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 49 128 -
CMYK 0 0.64 0.07 0.46
HSL 306.14º 0.47% 0.36% -
HSV(B) 306.14º 0.64% 0.54% -
XYZ 15.31 9.07 21.37 -
YUV 84.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 137 49 128 0 0.64 0.07 0.46 306.14 0.47 0.36
Hex 89 31 80 0 40 7 2E 132 2F 24
Octal 211 61 200 0 100 7 56 462 57 44
Binary 10001001 110001 10000000 0 1000000 111 101110 100110010 101111 100100

Color Harmonies of #893180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893180

Black with #893180

Text Example


Text Example

White with #893180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893180; }

 p { color: rgb(137,49,128); }

 H1.HeaderClassName
 {
   color: #893180;
 }
 .AnyTagClassName
 {
   color: #893180;
 }
</style>

background-color css

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

 a { background-color: rgb(137,49,128); }

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

border-color css

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

 span { border-color: rgb(137,49,128); }

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