Html Css Color HEX #9E6FAA Ce Soir

📋 copy color: '#9E6FAA'

red 158 ◦ green 111 ◦ blue 170

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

Shades of Ce Soir #9E6FAA

Tints of Ce Soir #9E6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

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

R = 35.99%
G = 25.28%
B = 38.72%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E6FAA (or 0x9E6FAA) is known color: Ce Soir. HEX triplet: 9E, 6F and AA. RGB value is (158,111,170). Sum of RGB (Red+Green+Blue) = 158+111+170=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E6FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6FAA is #619055. Grayscale: #838383. Windows color (decimal): -6393942 or 11169694. OLE color: 11169694.

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

Color convert

RGB 158 111 170 -
CMYK 0.07 0.35 0 0.33
HSL 287.8º 0.26% 0.55% -
HSV(B) 287.8º 0.35% 0.67% -
XYZ 27.04 21.54 40.76 -
YUV 131.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 158 111 170 0.07 0.35 0 0.33 287.8 0.26 0.55
Hex 9E 6F AA 7 23 0 21 120 1A 37
Octal 236 157 252 7 43 0 41 440 32 67
Binary 10011110 1101111 10101010 111 100011 0 100001 100100000 11010 110111

Color Harmonies of #9E6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6FAA

Black with #9E6FAA

Text Example


Text Example

White with #9E6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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