Html Css Color HEX #853F7E Eminence

📋 copy color: '#853F7E'

red 133 ◦ green 63 ◦ blue 126

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

Shades of Eminence #853F7E

Tints of Eminence #853F7E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 41.3%
G = 19.57%
B = 39.13%

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

#853F7E (or 0x853F7E) is known color: Eminence. HEX triplet: 85, 3F and 7E. RGB value is (133,63,126). Sum of RGB (Red+Green+Blue) = 133+63+126=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #853F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F7E is #7AC081. Grayscale: #5A5A5A. Windows color (decimal): -8044674 or 8273797. OLE color: 8273797.

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

Color convert

RGB 133 63 126 -
CMYK 0 0.53 0.05 0.48
HSL 306º 0.36% 0.38% -
HSV(B) 306º 0.53% 0.52% -
XYZ 15.22 10.05 20.88 -
YUV 91.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 133 63 126 0 0.53 0.05 0.48 306 0.36 0.38
Hex 85 3F 7E 0 35 5 30 132 24 26
Octal 205 77 176 0 65 5 60 462 44 46
Binary 10000101 111111 1111110 0 110101 101 110000 100110010 100100 100110

Color Harmonies of #853F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F7E

Black with #853F7E

Text Example


Text Example

White with #853F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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