Html Css Color HEX #893A7A Dark Purple

📋 copy color: '#893A7A'

red 137 ◦ green 58 ◦ blue 122

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

Shades of Dark Purple #893A7A

Tints of Dark Purple #893A7A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 43.22%
G = 18.3%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#893A7A (or 0x893A7A) is known color: Dark Purple. HEX triplet: 89, 3A and 7A. RGB value is (137,58,122). Sum of RGB (Red+Green+Blue) = 137+58+122=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #893A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A7A is #76C585. Grayscale: #585858. Windows color (decimal): -7783814 or 8010377. OLE color: 8010377.

HSL color Cylindrical-coordinate representation of color #893A7A: hue angle of 311.39º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A7A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 122 -
CMYK 0 0.58 0.11 0.46
HSL 311.39º 0.41% 0.38% -
HSV(B) 311.39º 0.58% 0.54% -
XYZ 15.34 9.75 19.49 -
YUV 88.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 137 58 122 0 0.58 0.11 0.46 311.39 0.41 0.38
Hex 89 3A 7A 0 3A B 2E 137 29 26
Octal 211 72 172 0 72 13 56 467 51 46
Binary 10001001 111010 1111010 0 111010 1011 101110 100110111 101001 100110

Color Harmonies of #893A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A7A

Black with #893A7A

Text Example


Text Example

White with #893A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A7A; }

 p { color: rgb(137,58,122); }

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

background-color css

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

 a { background-color: rgb(137,58,122); }

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

border-color css

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

 span { border-color: rgb(137,58,122); }

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