Html Css Color HEX #956EAC Ce Soir

📋 copy color: '#956EAC'

red 149 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #956EAC

Tints of Ce Soir #956EAC

RGB

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

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

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

R = 34.57%
G = 25.52%
B = 39.91%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#956EAC (or 0x956EAC) is known color: Ce Soir. HEX triplet: 95, 6E and AC. RGB value is (149,110,172). Sum of RGB (Red+Green+Blue) = 149+110+172=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #956EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EAC is #6A9153. Grayscale: #808080. Windows color (decimal): -6984020 or 11300501. OLE color: 11300501.

HSL color Cylindrical-coordinate representation of color #956EAC: hue angle of 277.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956EAC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 110 172 -
CMYK 0.13 0.36 0 0.33
HSL 277.74º 0.27% 0.55% -
HSV(B) 277.74º 0.36% 0.67% -
XYZ 25.42 20.52 41.65 -
YUV 128.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 149 110 172 0.13 0.36 0 0.33 277.74 0.27 0.55
Hex 95 6E AC D 24 0 21 116 1B 37
Octal 225 156 254 15 44 0 41 426 33 67
Binary 10010101 1101110 10101100 1101 100100 0 100001 100010110 11011 110111

Color Harmonies of #956EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EAC

Black with #956EAC

Text Example


Text Example

White with #956EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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