Html Css Color HEX #853E7E Eminence

📋 copy color: '#853E7E'

red 133 ◦ green 62 ◦ blue 126

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

Shades of Eminence #853E7E

Tints of Eminence #853E7E

RGB

 RED value IS 133 (52.34% from 255) = 41.43%

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

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

R = 41.43%
G = 19.31%
B = 39.25%

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

#853E7E (or 0x853E7E) is known color: Eminence. HEX triplet: 85, 3E and 7E. RGB value is (133,62,126). Sum of RGB (Red+Green+Blue) = 133+62+126=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #853E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853E7E is #7AC181. Grayscale: #5A5A5A. Windows color (decimal): -8044930 or 8273541. OLE color: 8273541.

HSL color Cylindrical-coordinate representation of color #853E7E: hue angle of 305.92º 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 #853E7E is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 126 -
CMYK 0 0.53 0.05 0.48
HSL 305.92º 0.36% 0.38% -
HSV(B) 305.92º 0.53% 0.52% -
XYZ 15.16 9.94 20.86 -
YUV 90.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 133 62 126 0 0.53 0.05 0.48 305.92 0.36 0.38
Hex 85 3E 7E 0 35 5 30 132 24 26
Octal 205 76 176 0 65 5 60 462 44 46
Binary 10000101 111110 1111110 0 110101 101 110000 100110010 100100 100110

Color Harmonies of #853E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E7E

Black with #853E7E

Text Example


Text Example

White with #853E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853E7E; }

 p { color: rgb(133,62,126); }

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

background-color css

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

 a { background-color: rgb(133,62,126); }

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

border-color css

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

 span { border-color: rgb(133,62,126); }

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