Html Css Color HEX #9E7CAF Ce Soir

📋 copy color: '#9E7CAF'

red 158 ◦ green 124 ◦ blue 175

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

Shades of Ce Soir #9E7CAF

Tints of Ce Soir #9E7CAF

RGB

 RED value IS 158 (62.11% from 255) = 34.57%

 GREEN value IS 124 (48.83% from 255) = 27.13%

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 34.57%
G = 27.13%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E7CAF (or 0x9E7CAF) is known color: Ce Soir. HEX triplet: 9E, 7C and AF. RGB value is (158,124,175). Sum of RGB (Red+Green+Blue) = 158+124+175=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7CAF is #618350. Grayscale: #8B8B8B. Windows color (decimal): -6390609 or 11500702. OLE color: 11500702.

HSL color Cylindrical-coordinate representation of color #9E7CAF: hue angle of 280º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7CAF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 124 175 -
CMYK 0.10 0.29 0 0.31
HSL 280º 0.24% 0.59% -
HSV(B) 280º 0.29% 0.69% -
XYZ 29.05 24.78 43.81 -
YUV 139.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 158 124 175 0.10 0.29 0 0.31 280 0.24 0.59
Hex 9E 7C AF A 1D 0 1F 118 18 3B
Octal 236 174 257 12 35 0 37 430 30 73
Binary 10011110 1111100 10101111 1010 11101 0 11111 100011000 11000 111011

Color Harmonies of #9E7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7CAF

Black with #9E7CAF

Text Example


Text Example

White with #9E7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E7CAF; }

 p { color: rgb(158,124,175); }

 H1.HeaderClassName
 {
   color: #9E7CAF;
 }
 .AnyTagClassName
 {
   color: #9E7CAF;
 }
</style>

background-color css

<style>
 a { background-color: #9E7CAF; }

 a { background-color: rgb(158,124,175); }

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

border-color css

<style>
 span { border-color: #9E7CAF; }

 span { border-color: rgb(158,124,175); }

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