Html Css Color HEX #95739B Ce Soir

📋 copy color: '#95739B'

red 149 ◦ green 115 ◦ blue 155

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

Shades of Ce Soir #95739B

Tints of Ce Soir #95739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 35.56%
G = 27.45%
B = 36.99%

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

#95739B (or 0x95739B) is known color: Ce Soir. HEX triplet: 95, 73 and 9B. RGB value is (149,115,155). Sum of RGB (Red+Green+Blue) = 149+115+155=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #95739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739B is #6A8C64. Grayscale: #818181. Windows color (decimal): -6982757 or 10187669. OLE color: 10187669.

HSL color Cylindrical-coordinate representation of color #95739B: hue angle of 291º 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 #95739B is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 115 155 -
CMYK 0.04 0.26 0 0.39
HSL 291º 0.17% 0.53% -
HSV(B) 291º 0.26% 0.61% -
XYZ 24.44 21.02 33.78 -
YUV 129.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 149 115 155 0.04 0.26 0 0.39 291 0.17 0.53
Hex 95 73 9B 4 1A 0 27 123 11 35
Octal 225 163 233 4 32 0 47 443 21 65
Binary 10010101 1110011 10011011 100 11010 0 100111 100100011 10001 110101

Color Harmonies of #95739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95739B

Black with #95739B

Text Example


Text Example

White with #95739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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