Html Css Color HEX #893074 Dark Purple

📋 copy color: '#893074'

red 137 ◦ green 48 ◦ blue 116

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

Shades of Dark Purple #893074

Tints of Dark Purple #893074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 45.51%
G = 15.95%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893074 (or 0x893074) is known color: Dark Purple. HEX triplet: 89, 30 and 74. RGB value is (137,48,116). Sum of RGB (Red+Green+Blue) = 137+48+116=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #893074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893074 is #76CF8B. Grayscale: #525252. Windows color (decimal): -7786380 or 7614601. OLE color: 7614601.

HSL color Cylindrical-coordinate representation of color #893074: hue angle of 314.16º 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 #893074 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 116 -
CMYK 0 0.65 0.15 0.46
HSL 314.16º 0.48% 0.36% -
HSV(B) 314.16º 0.65% 0.54% -
XYZ 14.53 8.69 17.44 -
YUV 82.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 137 48 116 0 0.65 0.15 0.46 314.16 0.48 0.36
Hex 89 30 74 0 41 F 2E 13A 30 24
Octal 211 60 164 0 101 17 56 472 60 44
Binary 10001001 110000 1110100 0 1000001 1111 101110 100111010 110000 100100

Color Harmonies of #893074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893074

Black with #893074

Text Example


Text Example

White with #893074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893074; }

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

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

background-color css

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

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

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

border-color css

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

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

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