Html Css Color HEX #956EA4 Ce Soir

📋 copy color: '#956EA4'

red 149 ◦ green 110 ◦ blue 164

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

Shades of Ce Soir #956EA4

Tints of Ce Soir #956EA4

RGB

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

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

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

R = 35.22%
G = 26%
B = 38.77%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#956EA4 (or 0x956EA4) is known color: Ce Soir. HEX triplet: 95, 6E and A4. RGB value is (149,110,164). Sum of RGB (Red+Green+Blue) = 149+110+164=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #956EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EA4 is #6A915B. Grayscale: #7F7F7F. Windows color (decimal): -6984028 or 10776213. OLE color: 10776213.

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

Color convert

RGB 149 110 164 -
CMYK 0.09 0.33 0 0.36
HSL 283.33º 0.23% 0.54% -
HSV(B) 283.33º 0.33% 0.64% -
XYZ 24.67 20.22 37.72 -
YUV 127.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 149 110 164 0.09 0.33 0 0.36 283.33 0.23 0.54
Hex 95 6E A4 9 21 0 24 11B 17 36
Octal 225 156 244 11 41 0 44 433 27 66
Binary 10010101 1101110 10100100 1001 100001 0 100100 100011011 10111 110110

Color Harmonies of #956EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EA4

Black with #956EA4

Text Example


Text Example

White with #956EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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