Html Css Color HEX #843E7D Eminence

📋 copy color: '#843E7D'

red 132 ◦ green 62 ◦ blue 125

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

Shades of Eminence #843E7D

Tints of Eminence #843E7D

RGB

 RED value IS 132 (51.95% from 255) = 41.38%

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 41.38%
G = 19.44%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#843E7D (or 0x843E7D) is known color: Eminence. HEX triplet: 84, 3E and 7D. RGB value is (132,62,125). Sum of RGB (Red+Green+Blue) = 132+62+125=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #843E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843E7D is #7BC182. Grayscale: #595959. Windows color (decimal): -8110467 or 8208004. OLE color: 8208004.

HSL color Cylindrical-coordinate representation of color #843E7D: hue angle of 306º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #843E7D is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 62 125 -
CMYK 0 0.53 0.05 0.48
HSL 306º 0.36% 0.38% -
HSV(B) 306º 0.53% 0.52% -
XYZ 14.94 9.83 20.51 -
YUV 90.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 132 62 125 0 0.53 0.05 0.48 306 0.36 0.38
Hex 84 3E 7D 0 35 5 30 132 24 26
Octal 204 76 175 0 65 5 60 462 44 46
Binary 10000100 111110 1111101 0 110101 101 110000 100110010 100100 100110

Color Harmonies of #843E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E7D

Black with #843E7D

Text Example


Text Example

White with #843E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843E7D; }

 p { color: rgb(132,62,125); }

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

background-color css

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

 a { background-color: rgb(132,62,125); }

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

border-color css

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

 span { border-color: rgb(132,62,125); }

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