Html Css Color HEX #956CA2 Ce Soir

📋 copy color: '#956CA2'

red 149 ◦ green 108 ◦ blue 162

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

Shades of Ce Soir #956CA2

Tints of Ce Soir #956CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 35.56%
G = 25.78%
B = 38.66%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#956CA2 (or 0x956CA2) is known color: Ce Soir. HEX triplet: 95, 6C and A2. RGB value is (149,108,162). Sum of RGB (Red+Green+Blue) = 149+108+162=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #956CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CA2 is #6A935D. Grayscale: #7E7E7E. Windows color (decimal): -6984542 or 10644629. OLE color: 10644629.

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

Color convert

RGB 149 108 162 -
CMYK 0.08 0.33 0 0.36
HSL 285.56º 0.23% 0.53% -
HSV(B) 285.56º 0.33% 0.64% -
XYZ 24.28 19.72 36.71 -
YUV 126.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 149 108 162 0.08 0.33 0 0.36 285.56 0.23 0.53
Hex 95 6C A2 8 21 0 24 11E 16 35
Octal 225 154 242 10 41 0 44 436 26 65
Binary 10010101 1101100 10100010 1000 100001 0 100100 100011110 10110 110101

Color Harmonies of #956CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CA2

Black with #956CA2

Text Example


Text Example

White with #956CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,162); }

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

background-color css

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

 a { background-color: rgb(149,108,162); }

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

border-color css

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

 span { border-color: rgb(149,108,162); }

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