Html Css Color HEX #956EB2 Ce Soir

📋 copy color: '#956EB2'

red 149 ◦ green 110 ◦ blue 178

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

Shades of Ce Soir #956EB2

Tints of Ce Soir #956EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 34.1%
G = 25.17%
B = 40.73%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#956EB2 (or 0x956EB2) is known color: Ce Soir. HEX triplet: 95, 6E and B2. RGB value is (149,110,178). Sum of RGB (Red+Green+Blue) = 149+110+178=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #956EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EB2 is #6A914D. Grayscale: #818181. Windows color (decimal): -6984014 or 11693717. OLE color: 11693717.

HSL color Cylindrical-coordinate representation of color #956EB2: hue angle of 274.41º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956EB2 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 110 178 -
CMYK 0.16 0.38 0 0.30
HSL 274.41º 0.31% 0.56% -
HSV(B) 274.41º 0.38% 0.7% -
XYZ 26.01 20.76 44.76 -
YUV 129.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 149 110 178 0.16 0.38 0 0.30 274.41 0.31 0.56
Hex 95 6E B2 10 26 0 1E 112 1F 38
Octal 225 156 262 20 46 0 36 422 37 70
Binary 10010101 1101110 10110010 10000 100110 0 11110 100010010 11111 111000

Color Harmonies of #956EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EB2

Black with #956EB2

Text Example


Text Example

White with #956EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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