Html Css Color HEX #893280 Dark Purple

📋 copy color: '#893280'

red 137 ◦ green 50 ◦ blue 128

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

Shades of Dark Purple #893280

Tints of Dark Purple #893280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 43.49%
G = 15.87%
B = 40.63%

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

#893280 (or 0x893280) is known color: Dark Purple. HEX triplet: 89, 32 and 80. RGB value is (137,50,128). Sum of RGB (Red+Green+Blue) = 137+50+128=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #893280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893280 is #76CD7F. Grayscale: #545454. Windows color (decimal): -7785856 or 8401545. OLE color: 8401545.

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

Color convert

RGB 137 50 128 -
CMYK 0 0.64 0.07 0.46
HSL 306.21º 0.47% 0.37% -
HSV(B) 306.21º 0.64% 0.54% -
XYZ 15.35 9.16 21.38 -
YUV 84.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 137 50 128 0 0.64 0.07 0.46 306.21 0.47 0.37
Hex 89 32 80 0 40 7 2E 132 2F 25
Octal 211 62 200 0 100 7 56 462 57 45
Binary 10001001 110010 10000000 0 1000000 111 101110 100110010 101111 100101

Color Harmonies of #893280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893280

Black with #893280

Text Example


Text Example

White with #893280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893280; }

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

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

background-color css

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

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

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

border-color css

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

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

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