Html Css Color HEX #843C7D Eminence

📋 copy color: '#843C7D'

red 132 ◦ green 60 ◦ blue 125

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

Shades of Eminence #843C7D

Tints of Eminence #843C7D

RGB

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

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

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

R = 41.64%
G = 18.93%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#843C7D (or 0x843C7D) is known color: Eminence. HEX triplet: 84, 3C and 7D. RGB value is (132,60,125). Sum of RGB (Red+Green+Blue) = 132+60+125=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #843C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843C7D is #7BC382. Grayscale: #585858. Windows color (decimal): -8110979 or 8207492. OLE color: 8207492.

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

Color convert

RGB 132 60 125 -
CMYK 0 0.55 0.05 0.48
HSL 305.83º 0.38% 0.38% -
HSV(B) 305.83º 0.55% 0.52% -
XYZ 14.83 9.62 20.48 -
YUV 88.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 132 60 125 0 0.55 0.05 0.48 305.83 0.38 0.38
Hex 84 3C 7D 0 37 5 30 132 26 26
Octal 204 74 175 0 67 5 60 462 46 46
Binary 10000100 111100 1111101 0 110111 101 110000 100110010 100110 100110

Color Harmonies of #843C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C7D

Black with #843C7D

Text Example


Text Example

White with #843C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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