Html Css Color HEX #956DA4 Ce Soir

📋 copy color: '#956DA4'

red 149 ◦ green 109 ◦ blue 164

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

Shades of Ce Soir #956DA4

Tints of Ce Soir #956DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 35.31%
G = 25.83%
B = 38.86%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#956DA4 (or 0x956DA4) is known color: Ce Soir. HEX triplet: 95, 6D and A4. RGB value is (149,109,164). Sum of RGB (Red+Green+Blue) = 149+109+164=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #956DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DA4 is #6A925B. Grayscale: #7F7F7F. Windows color (decimal): -6984284 or 10775957. OLE color: 10775957.

HSL color Cylindrical-coordinate representation of color #956DA4: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956DA4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 109 164 -
CMYK 0.09 0.34 0 0.36
HSL 283.64º 0.23% 0.54% -
HSV(B) 283.64º 0.34% 0.64% -
XYZ 24.56 20.01 37.69 -
YUV 127.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 149 109 164 0.09 0.34 0 0.36 283.64 0.23 0.54
Hex 95 6D A4 9 22 0 24 11C 17 36
Octal 225 155 244 11 42 0 44 434 27 66
Binary 10010101 1101101 10100100 1001 100010 0 100100 100011100 10111 110110

Color Harmonies of #956DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DA4

Black with #956DA4

Text Example


Text Example

White with #956DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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