Html Css Color HEX #956CAF Ce Soir

📋 copy color: '#956CAF'

red 149 ◦ green 108 ◦ blue 175

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

Shades of Ce Soir #956CAF

Tints of Ce Soir #956CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 34.49%
G = 25%
B = 40.51%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#956CAF (or 0x956CAF) is known color: Ce Soir. HEX triplet: 95, 6C and AF. RGB value is (149,108,175). Sum of RGB (Red+Green+Blue) = 149+108+175=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #956CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CAF is #6A9350. Grayscale: #7F7F7F. Windows color (decimal): -6984529 or 11496597. OLE color: 11496597.

HSL color Cylindrical-coordinate representation of color #956CAF: hue angle of 276.72º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956CAF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 108 175 -
CMYK 0.15 0.38 0 0.31
HSL 276.72º 0.3% 0.55% -
HSV(B) 276.72º 0.38% 0.69% -
XYZ 25.49 20.21 43.11 -
YUV 127.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 149 108 175 0.15 0.38 0 0.31 276.72 0.3 0.55
Hex 95 6C AF F 26 0 1F 115 1E 37
Octal 225 154 257 17 46 0 37 425 36 67
Binary 10010101 1101100 10101111 1111 100110 0 11111 100010101 11110 110111

Color Harmonies of #956CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CAF

Black with #956CAF

Text Example


Text Example

White with #956CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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