Html Css Color HEX #956B9E Ce Soir

📋 copy color: '#956B9E'

red 149 ◦ green 107 ◦ blue 158

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

Shades of Ce Soir #956B9E

Tints of Ce Soir #956B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 35.99%
G = 25.85%
B = 38.16%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#956B9E (or 0x956B9E) is known color: Ce Soir. HEX triplet: 95, 6B and 9E. RGB value is (149,107,158). Sum of RGB (Red+Green+Blue) = 149+107+158=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #956B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B9E is #6A9461. Grayscale: #7D7D7D. Windows color (decimal): -6984802 or 10382229. OLE color: 10382229.

HSL color Cylindrical-coordinate representation of color #956B9E: hue angle of 289.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956B9E is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 107 158 -
CMYK 0.06 0.32 0 0.38
HSL 289.41º 0.21% 0.52% -
HSV(B) 289.41º 0.32% 0.62% -
XYZ 23.82 19.37 34.83 -
YUV 125.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 149 107 158 0.06 0.32 0 0.38 289.41 0.21 0.52
Hex 95 6B 9E 6 20 0 26 121 15 34
Octal 225 153 236 6 40 0 46 441 25 64
Binary 10010101 1101011 10011110 110 100000 0 100110 100100001 10101 110100

Color Harmonies of #956B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B9E

Black with #956B9E

Text Example


Text Example

White with #956B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,107,158); }

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

background-color css

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

 a { background-color: rgb(149,107,158); }

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

border-color css

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

 span { border-color: rgb(149,107,158); }

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