Html Css Color HEX #8E74AA Ce Soir

📋 copy color: '#8E74AA'

red 142 ◦ green 116 ◦ blue 170

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

Shades of Ce Soir #8E74AA

Tints of Ce Soir #8E74AA

RGB

 RED value IS 142 (55.86% from 255) = 33.18%

 GREEN value IS 116 (45.7% from 255) = 27.1%

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 33.18%
G = 27.1%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E74AA (or 0x8E74AA) is known color: Ce Soir. HEX triplet: 8E, 74 and AA. RGB value is (142,116,170). Sum of RGB (Red+Green+Blue) = 142+116+170=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E74AA is #718B55. Grayscale: #818181. Windows color (decimal): -7441238 or 11170958. OLE color: 11170958.

HSL color Cylindrical-coordinate representation of color #8E74AA: hue angle of 268.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E74AA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 116 170 -
CMYK 0.16 0.32 0 0.33
HSL 268.89º 0.24% 0.56% -
HSV(B) 268.89º 0.32% 0.67% -
XYZ 24.66 21.14 40.81 -
YUV 129.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 142 116 170 0.16 0.32 0 0.33 268.89 0.24 0.56
Hex 8E 74 AA 10 20 0 21 10D 18 38
Octal 216 164 252 20 40 0 41 415 30 70
Binary 10001110 1110100 10101010 10000 100000 0 100001 100001101 11000 111000

Color Harmonies of #8E74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E74AA

Black with #8E74AA

Text Example


Text Example

White with #8E74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,170); }

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

background-color css

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

 a { background-color: rgb(142,116,170); }

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

border-color css

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

 span { border-color: rgb(142,116,170); }

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