Html Css Color HEX #893070 Dark Purple

📋 copy color: '#893070'

red 137 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #893070

Tints of Dark Purple #893070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 46.13%
G = 16.16%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#893070 (or 0x893070) is known color: Dark Purple. HEX triplet: 89, 30 and 70. RGB value is (137,48,112). Sum of RGB (Red+Green+Blue) = 137+48+112=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #893070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893070 is #76CF8F. Grayscale: #515151. Windows color (decimal): -7786384 or 7352457. OLE color: 7352457.

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

Color convert

RGB 137 48 112 -
CMYK 0 0.65 0.18 0.46
HSL 316.85º 0.48% 0.36% -
HSV(B) 316.85º 0.65% 0.54% -
XYZ 14.3 8.6 16.24 -
YUV 81.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 137 48 112 0 0.65 0.18 0.46 316.85 0.48 0.36
Hex 89 30 70 0 41 12 2E 13D 30 24
Octal 211 60 160 0 101 22 56 475 60 44
Binary 10001001 110000 1110000 0 1000001 10010 101110 100111101 110000 100100

Color Harmonies of #893070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893070

Black with #893070

Text Example


Text Example

White with #893070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893070; }

 p { color: rgb(137,48,112); }

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

background-color css

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

 a { background-color: rgb(137,48,112); }

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

border-color css

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

 span { border-color: rgb(137,48,112); }

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