Html Css Color HEX #966E9E Ce Soir

📋 copy color: '#966E9E'

red 150 ◦ green 110 ◦ blue 158

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

Shades of Ce Soir #966E9E

Tints of Ce Soir #966E9E

RGB

 RED value IS 150 (58.98% from 255) = 35.89%

 GREEN value IS 110 (43.36% from 255) = 26.32%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 35.89%
G = 26.32%
B = 37.8%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#966E9E (or 0x966E9E) is known color: Ce Soir. HEX triplet: 96, 6E and 9E. RGB value is (150,110,158). Sum of RGB (Red+Green+Blue) = 150+110+158=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #966E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E9E is #699161. Grayscale: #7F7F7F. Windows color (decimal): -6918498 or 10382998. OLE color: 10382998.

HSL color Cylindrical-coordinate representation of color #966E9E: hue angle of 290º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966E9E is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 110 158 -
CMYK 0.05 0.30 0 0.38
HSL 290º 0.2% 0.53% -
HSV(B) 290º 0.3% 0.62% -
XYZ 24.33 20.1 34.95 -
YUV 127.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 150 110 158 0.05 0.30 0 0.38 290 0.2 0.53
Hex 96 6E 9E 5 1E 0 26 122 14 35
Octal 226 156 236 5 36 0 46 442 24 65
Binary 10010110 1101110 10011110 101 11110 0 100110 100100010 10100 110101

Color Harmonies of #966E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E9E

Black with #966E9E

Text Example


Text Example

White with #966E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E9E; }

 p { color: rgb(150,110,158); }

 H1.HeaderClassName
 {
   color: #966E9E;
 }
 .AnyTagClassName
 {
   color: #966E9E;
 }
</style>

background-color css

<style>
 a { background-color: #966E9E; }

 a { background-color: rgb(150,110,158); }

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

border-color css

<style>
 span { border-color: #966E9E; }

 span { border-color: rgb(150,110,158); }

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