Html Css Color HEX #8D7295 Ce Soir

📋 copy color: '#8D7295'

red 141 ◦ green 114 ◦ blue 149

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

Shades of Ce Soir #8D7295

Tints of Ce Soir #8D7295

RGB

 RED value IS 141 (55.47% from 255) = 34.9%

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 34.9%
G = 28.22%
B = 36.88%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D7295 (or 0x8D7295) is known color: Ce Soir. HEX triplet: 8D, 72 and 95. RGB value is (141,114,149). Sum of RGB (Red+Green+Blue) = 141+114+149=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7295 is #728D6A. Grayscale: #7D7D7D. Windows color (decimal): -7507307 or 9794189. OLE color: 9794189.

HSL color Cylindrical-coordinate representation of color #8D7295: hue angle of 286.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D7295 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 114 149 -
CMYK 0.05 0.23 0 0.42
HSL 286.29º 0.14% 0.52% -
HSV(B) 286.29º 0.23% 0.58% -
XYZ 22.43 19.87 31.09 -
YUV 126.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 141 114 149 0.05 0.23 0 0.42 286.29 0.14 0.52
Hex 8D 72 95 5 17 0 2A 11E E 34
Octal 215 162 225 5 27 0 52 436 16 64
Binary 10001101 1110010 10010101 101 10111 0 101010 100011110 1110 110100

Color Harmonies of #8D7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7295

Black with #8D7295

Text Example


Text Example

White with #8D7295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7295; }

 p { color: rgb(141,114,149); }

 H1.HeaderClassName
 {
   color: #8D7295;
 }
 .AnyTagClassName
 {
   color: #8D7295;
 }
</style>

background-color css

<style>
 a { background-color: #8D7295; }

 a { background-color: rgb(141,114,149); }

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

border-color css

<style>
 span { border-color: #8D7295; }

 span { border-color: rgb(141,114,149); }

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