Html Css Color HEX #956FA5 Ce Soir

📋 copy color: '#956FA5'

red 149 ◦ green 111 ◦ blue 165

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

Shades of Ce Soir #956FA5

Tints of Ce Soir #956FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 35.06%
G = 26.12%
B = 38.82%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#956FA5 (or 0x956FA5) is known color: Ce Soir. HEX triplet: 95, 6F and A5. RGB value is (149,111,165). Sum of RGB (Red+Green+Blue) = 149+111+165=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #956FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FA5 is #6A905A. Grayscale: #808080. Windows color (decimal): -6983771 or 10842005. OLE color: 10842005.

HSL color Cylindrical-coordinate representation of color #956FA5: hue angle of 282.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956FA5 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 111 165 -
CMYK 0.10 0.33 0 0.35
HSL 282.22º 0.23% 0.54% -
HSV(B) 282.22º 0.33% 0.65% -
XYZ 24.87 20.48 38.24 -
YUV 128.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 149 111 165 0.10 0.33 0 0.35 282.22 0.23 0.54
Hex 95 6F A5 A 21 0 23 11A 17 36
Octal 225 157 245 12 41 0 43 432 27 66
Binary 10010101 1101111 10100101 1010 100001 0 100011 100011010 10111 110110

Color Harmonies of #956FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FA5

Black with #956FA5

Text Example


Text Example

White with #956FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,165); }

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

background-color css

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

 a { background-color: rgb(149,111,165); }

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

border-color css

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

 span { border-color: rgb(149,111,165); }

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