Html Css Color HEX #956D9D Ce Soir

📋 copy color: '#956D9D'

red 149 ◦ green 109 ◦ blue 157

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

Shades of Ce Soir #956D9D

Tints of Ce Soir #956D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 35.9%
G = 26.27%
B = 37.83%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#956D9D (or 0x956D9D) is known color: Ce Soir. HEX triplet: 95, 6D and 9D. RGB value is (149,109,157). Sum of RGB (Red+Green+Blue) = 149+109+157=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #956D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D9D is #6A9262. Grayscale: #7E7E7E. Windows color (decimal): -6984291 or 10317205. OLE color: 10317205.

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

Color convert

RGB 149 109 157 -
CMYK 0.05 0.31 0 0.38
HSL 290º 0.2% 0.52% -
HSV(B) 290º 0.31% 0.62% -
XYZ 23.95 19.76 34.45 -
YUV 126.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 149 109 157 0.05 0.31 0 0.38 290 0.2 0.52
Hex 95 6D 9D 5 1F 0 26 122 14 34
Octal 225 155 235 5 37 0 46 442 24 64
Binary 10010101 1101101 10011101 101 11111 0 100110 100100010 10100 110100

Color Harmonies of #956D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D9D

Black with #956D9D

Text Example


Text Example

White with #956D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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