Html Css Color HEX #9E7AAA Ce Soir

📋 copy color: '#9E7AAA'

red 158 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #9E7AAA

Tints of Ce Soir #9E7AAA

RGB

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

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

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

R = 35.11%
G = 27.11%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E7AAA (or 0x9E7AAA) is known color: Ce Soir. HEX triplet: 9E, 7A and AA. RGB value is (158,122,170). Sum of RGB (Red+Green+Blue) = 158+122+170=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAA is #618555. Grayscale: #8A8A8A. Windows color (decimal): -6391126 or 11172510. OLE color: 11172510.

HSL color Cylindrical-coordinate representation of color #9E7AAA: hue angle of 285º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7AAA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 122 170 -
CMYK 0.07 0.28 0 0.33
HSL 285º 0.22% 0.57% -
HSV(B) 285º 0.28% 0.67% -
XYZ 28.32 24.09 41.19 -
YUV 138.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 158 122 170 0.07 0.28 0 0.33 285 0.22 0.57
Hex 9E 7A AA 7 1C 0 21 11D 16 39
Octal 236 172 252 7 34 0 41 435 26 71
Binary 10011110 1111010 10101010 111 11100 0 100001 100011101 10110 111001

Color Harmonies of #9E7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7AAA

Black with #9E7AAA

Text Example


Text Example

White with #9E7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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