Html Css Color HEX #956DAD Ce Soir

📋 copy color: '#956DAD'

red 149 ◦ green 109 ◦ blue 173

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

Shades of Ce Soir #956DAD

Tints of Ce Soir #956DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 34.57%
G = 25.29%
B = 40.14%

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

#956DAD (or 0x956DAD) is known color: Ce Soir. HEX triplet: 95, 6D and AD. RGB value is (149,109,173). Sum of RGB (Red+Green+Blue) = 149+109+173=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #956DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAD is #6A9252. Grayscale: #808080. Windows color (decimal): -6984275 or 11365781. OLE color: 11365781.

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

Color convert

RGB 149 109 173 -
CMYK 0.14 0.37 0 0.32
HSL 277.5º 0.28% 0.55% -
HSV(B) 277.5º 0.37% 0.68% -
XYZ 25.41 20.34 42.12 -
YUV 128.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 149 109 173 0.14 0.37 0 0.32 277.5 0.28 0.55
Hex 95 6D AD E 25 0 20 116 1C 37
Octal 225 155 255 16 45 0 40 426 34 67
Binary 10010101 1101101 10101101 1110 100101 0 100000 100010110 11100 110111

Color Harmonies of #956DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DAD

Black with #956DAD

Text Example


Text Example

White with #956DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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