Html Css Color HEX #893C7E Dark Purple

📋 copy color: '#893C7E'

red 137 ◦ green 60 ◦ blue 126

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

Shades of Dark Purple #893C7E

Tints of Dark Purple #893C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 42.41%
G = 18.58%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#893C7E (or 0x893C7E) is known color: Dark Purple. HEX triplet: 89, 3C and 7E. RGB value is (137,60,126). Sum of RGB (Red+Green+Blue) = 137+60+126=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C7E is #76C381. Grayscale: #5A5A5A. Windows color (decimal): -7783298 or 8273033. OLE color: 8273033.

HSL color Cylindrical-coordinate representation of color #893C7E: hue angle of 308.57º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C7E is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 126 -
CMYK 0 0.56 0.08 0.46
HSL 308.57º 0.39% 0.39% -
HSV(B) 308.57º 0.56% 0.54% -
XYZ 15.7 10.06 20.85 -
YUV 90.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 137 60 126 0 0.56 0.08 0.46 308.57 0.39 0.39
Hex 89 3C 7E 0 38 8 2E 135 27 27
Octal 211 74 176 0 70 10 56 465 47 47
Binary 10001001 111100 1111110 0 111000 1000 101110 100110101 100111 100111

Color Harmonies of #893C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C7E

Black with #893C7E

Text Example


Text Example

White with #893C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,60,126); }

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

background-color css

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

 a { background-color: rgb(137,60,126); }

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

border-color css

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

 span { border-color: rgb(137,60,126); }

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