Html Css Color HEX #956DAC Ce Soir

📋 copy color: '#956DAC'

red 149 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #956DAC

Tints of Ce Soir #956DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.35%

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

R = 34.65%
G = 25.35%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#956DAC (or 0x956DAC) is known color: Ce Soir. HEX triplet: 95, 6D and AC. RGB value is (149,109,172). Sum of RGB (Red+Green+Blue) = 149+109+172=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #956DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAC is #6A9253. Grayscale: #7F7F7F. Windows color (decimal): -6984276 or 11300245. OLE color: 11300245.

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

Color convert

RGB 149 109 172 -
CMYK 0.13 0.37 0 0.33
HSL 278.1º 0.28% 0.55% -
HSV(B) 278.1º 0.37% 0.67% -
XYZ 25.31 20.31 41.62 -
YUV 128.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 149 109 172 0.13 0.37 0 0.33 278.1 0.28 0.55
Hex 95 6D AC D 25 0 21 116 1C 37
Octal 225 155 254 15 45 0 41 426 34 67
Binary 10010101 1101101 10101100 1101 100101 0 100001 100010110 11100 110111

Color Harmonies of #956DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DAC

Black with #956DAC

Text Example


Text Example

White with #956DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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