Html Css Color HEX #8E6B98 Ce Soir

📋 copy color: '#8E6B98'

red 142 ◦ green 107 ◦ blue 152

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

Shades of Ce Soir #8E6B98

Tints of Ce Soir #8E6B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.68%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 35.41%
G = 26.68%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E6B98 (or 0x8E6B98) is known color: Ce Soir. HEX triplet: 8E, 6B and 98. RGB value is (142,107,152). Sum of RGB (Red+Green+Blue) = 142+107+152=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E6B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6B98 is #719467. Grayscale: #7A7A7A. Windows color (decimal): -7443560 or 9989006. OLE color: 9989006.

HSL color Cylindrical-coordinate representation of color #8E6B98: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6B98 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 107 152 -
CMYK 0.07 0.30 0 0.40
HSL 286.67º 0.18% 0.51% -
HSV(B) 286.67º 0.3% 0.6% -
XYZ 22.08 18.53 32.12 -
YUV 122.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 142 107 152 0.07 0.30 0 0.40 286.67 0.18 0.51
Hex 8E 6B 98 7 1E 0 28 11F 12 33
Octal 216 153 230 7 36 0 50 437 22 63
Binary 10001110 1101011 10011000 111 11110 0 101000 100011111 10010 110011

Color Harmonies of #8E6B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6B98

Black with #8E6B98

Text Example


Text Example

White with #8E6B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,107,152); }

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

background-color css

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

 a { background-color: rgb(142,107,152); }

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

border-color css

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

 span { border-color: rgb(142,107,152); }

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