Html Css Color HEX #956EAE Ce Soir

📋 copy color: '#956EAE'

red 149 ◦ green 110 ◦ blue 174

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

Shades of Ce Soir #956EAE

Tints of Ce Soir #956EAE

RGB

 RED value IS 149 (58.59% from 255) = 34.41%

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 34.41%
G = 25.4%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#956EAE (or 0x956EAE) is known color: Ce Soir. HEX triplet: 95, 6E and AE. RGB value is (149,110,174). Sum of RGB (Red+Green+Blue) = 149+110+174=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #956EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EAE is #6A9151. Grayscale: #808080. Windows color (decimal): -6984018 or 11431573. OLE color: 11431573.

HSL color Cylindrical-coordinate representation of color #956EAE: hue angle of 276.56º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956EAE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 110 174 -
CMYK 0.14 0.37 0 0.32
HSL 276.56º 0.28% 0.56% -
HSV(B) 276.56º 0.37% 0.68% -
XYZ 25.61 20.6 42.67 -
YUV 128.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 149 110 174 0.14 0.37 0 0.32 276.56 0.28 0.56
Hex 95 6E AE E 25 0 20 115 1C 38
Octal 225 156 256 16 45 0 40 425 34 70
Binary 10010101 1101110 10101110 1110 100101 0 100000 100010101 11100 111000

Color Harmonies of #956EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EAE

Black with #956EAE

Text Example


Text Example

White with #956EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956EAE; }

 p { color: rgb(149,110,174); }

 H1.HeaderClassName
 {
   color: #956EAE;
 }
 .AnyTagClassName
 {
   color: #956EAE;
 }
</style>

background-color css

<style>
 a { background-color: #956EAE; }

 a { background-color: rgb(149,110,174); }

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

border-color css

<style>
 span { border-color: #956EAE; }

 span { border-color: rgb(149,110,174); }

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