Html Css Color HEX #95739C Ce Soir

📋 copy color: '#95739C'

red 149 ◦ green 115 ◦ blue 156

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

Shades of Ce Soir #95739C

Tints of Ce Soir #95739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 35.48%
G = 27.38%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95739C (or 0x95739C) is known color: Ce Soir. HEX triplet: 95, 73 and 9C. RGB value is (149,115,156). Sum of RGB (Red+Green+Blue) = 149+115+156=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #95739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739C is #6A8C63. Grayscale: #818181. Windows color (decimal): -6982756 or 10253205. OLE color: 10253205.

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

Color convert

RGB 149 115 156 -
CMYK 0.04 0.26 0 0.39
HSL 289.76º 0.17% 0.53% -
HSV(B) 289.76º 0.26% 0.61% -
XYZ 24.53 21.05 34.22 -
YUV 129.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 149 115 156 0.04 0.26 0 0.39 289.76 0.17 0.53
Hex 95 73 9C 4 1A 0 27 122 11 35
Octal 225 163 234 4 32 0 47 442 21 65
Binary 10010101 1110011 10011100 100 11010 0 100111 100100010 10001 110101

Color Harmonies of #95739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95739C

Black with #95739C

Text Example


Text Example

White with #95739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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