Html Css Color HEX #95749B Ce Soir

📋 copy color: '#95749B'

red 149 ◦ green 116 ◦ blue 155

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

Shades of Ce Soir #95749B

Tints of Ce Soir #95749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 35.48%
G = 27.62%
B = 36.9%

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

#95749B (or 0x95749B) is known color: Ce Soir. HEX triplet: 95, 74 and 9B. RGB value is (149,116,155). Sum of RGB (Red+Green+Blue) = 149+116+155=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #95749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749B is #6A8B64. Grayscale: #828282. Windows color (decimal): -6982501 or 10187925. OLE color: 10187925.

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

Color convert

RGB 149 116 155 -
CMYK 0.04 0.25 0 0.39
HSL 290.77º 0.16% 0.53% -
HSV(B) 290.77º 0.25% 0.61% -
XYZ 24.56 21.25 33.82 -
YUV 130.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 149 116 155 0.04 0.25 0 0.39 290.77 0.16 0.53
Hex 95 74 9B 4 19 0 27 123 10 35
Octal 225 164 233 4 31 0 47 443 20 65
Binary 10010101 1110100 10011011 100 11001 0 100111 100100011 10000 110101

Color Harmonies of #95749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95749B

Black with #95749B

Text Example


Text Example

White with #95749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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