Html Css Color HEX #893076 Dark Purple

📋 copy color: '#893076'

red 137 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #893076

Tints of Dark Purple #893076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 45.21%
G = 15.84%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#893076 (or 0x893076) is known color: Dark Purple. HEX triplet: 89, 30 and 76. RGB value is (137,48,118). Sum of RGB (Red+Green+Blue) = 137+48+118=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893076 is #76CF89. Grayscale: #525252. Windows color (decimal): -7786378 or 7745673. OLE color: 7745673.

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

Color convert

RGB 137 48 118 -
CMYK 0 0.65 0.14 0.46
HSL 312.81º 0.48% 0.36% -
HSV(B) 312.81º 0.65% 0.54% -
XYZ 14.64 8.74 18.05 -
YUV 82.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 137 48 118 0 0.65 0.14 0.46 312.81 0.48 0.36
Hex 89 30 76 0 41 E 2E 139 30 24
Octal 211 60 166 0 101 16 56 471 60 44
Binary 10001001 110000 1110110 0 1000001 1110 101110 100111001 110000 100100

Color Harmonies of #893076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893076

Black with #893076

Text Example


Text Example

White with #893076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893076; }

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

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

background-color css

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

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

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

border-color css

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

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

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