Html Css Color HEX #9E7AAC Ce Soir

📋 copy color: '#9E7AAC'

red 158 ◦ green 122 ◦ blue 172

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

Shades of Ce Soir #9E7AAC

Tints of Ce Soir #9E7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 34.96%
G = 26.99%
B = 38.05%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E7AAC (or 0x9E7AAC) is known color: Ce Soir. HEX triplet: 9E, 7A and AC. RGB value is (158,122,172). Sum of RGB (Red+Green+Blue) = 158+122+172=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAC is #618553. Grayscale: #8A8A8A. Windows color (decimal): -6391124 or 11303582. OLE color: 11303582.

HSL color Cylindrical-coordinate representation of color #9E7AAC: hue angle of 283.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7AAC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 122 172 -
CMYK 0.08 0.29 0 0.33
HSL 283.2º 0.23% 0.58% -
HSV(B) 283.2º 0.29% 0.67% -
XYZ 28.51 24.17 42.19 -
YUV 138.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 158 122 172 0.08 0.29 0 0.33 283.2 0.23 0.58
Hex 9E 7A AC 8 1D 0 21 11B 17 3A
Octal 236 172 254 10 35 0 41 433 27 72
Binary 10011110 1111010 10101100 1000 11101 0 100001 100011011 10111 111010

Color Harmonies of #9E7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7AAC

Black with #9E7AAC

Text Example


Text Example

White with #9E7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,122,172); }

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

background-color css

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

 a { background-color: rgb(158,122,172); }

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

border-color css

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

 span { border-color: rgb(158,122,172); }

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