Html Css Color HEX #95759C Ce Soir

📋 copy color: '#95759C'

red 149 ◦ green 117 ◦ blue 156

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

Shades of Ce Soir #95759C

Tints of Ce Soir #95759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 35.31%
G = 27.73%
B = 36.97%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95759C (or 0x95759C) is known color: Ce Soir. HEX triplet: 95, 75 and 9C. RGB value is (149,117,156). Sum of RGB (Red+Green+Blue) = 149+117+156=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #95759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759C is #6A8A63. Grayscale: #828282. Windows color (decimal): -6982244 or 10253717. OLE color: 10253717.

HSL color Cylindrical-coordinate representation of color #95759C: hue angle of 289.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95759C is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 117 156 -
CMYK 0.04 0.25 0 0.39
HSL 289.23º 0.16% 0.54% -
HSV(B) 289.23º 0.25% 0.61% -
XYZ 24.76 21.51 34.3 -
YUV 131.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 149 117 156 0.04 0.25 0 0.39 289.23 0.16 0.54
Hex 95 75 9C 4 19 0 27 121 10 36
Octal 225 165 234 4 31 0 47 441 20 66
Binary 10010101 1110101 10011100 100 11001 0 100111 100100001 10000 110110

Color Harmonies of #95759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95759C

Black with #95759C

Text Example


Text Example

White with #95759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95759C; }

 p { color: rgb(149,117,156); }

 H1.HeaderClassName
 {
   color: #95759C;
 }
 .AnyTagClassName
 {
   color: #95759C;
 }
</style>

background-color css

<style>
 a { background-color: #95759C; }

 a { background-color: rgb(149,117,156); }

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

border-color css

<style>
 span { border-color: #95759C; }

 span { border-color: rgb(149,117,156); }

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