Html Css Color HEX #956CAB Ce Soir

📋 copy color: '#956CAB'

red 149 ◦ green 108 ◦ blue 171

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

Shades of Ce Soir #956CAB

Tints of Ce Soir #956CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 34.81%
G = 25.23%
B = 39.95%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#956CAB (or 0x956CAB) is known color: Ce Soir. HEX triplet: 95, 6C and AB. RGB value is (149,108,171). Sum of RGB (Red+Green+Blue) = 149+108+171=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #956CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CAB is #6A9354. Grayscale: #7F7F7F. Windows color (decimal): -6984533 or 11234453. OLE color: 11234453.

HSL color Cylindrical-coordinate representation of color #956CAB: hue angle of 279.05º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956CAB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 108 171 -
CMYK 0.13 0.37 0 0.33
HSL 279.05º 0.27% 0.55% -
HSV(B) 279.05º 0.37% 0.67% -
XYZ 25.11 20.05 41.08 -
YUV 127.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 149 108 171 0.13 0.37 0 0.33 279.05 0.27 0.55
Hex 95 6C AB D 25 0 21 117 1B 37
Octal 225 154 253 15 45 0 41 427 33 67
Binary 10010101 1101100 10101011 1101 100101 0 100001 100010111 11011 110111

Color Harmonies of #956CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CAB

Black with #956CAB

Text Example


Text Example

White with #956CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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