Html Css Color HEX #95759E Ce Soir

📋 copy color: '#95759E'

red 149 ◦ green 117 ◦ blue 158

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

Shades of Ce Soir #95759E

Tints of Ce Soir #95759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 35.14%
G = 27.59%
B = 37.26%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95759E (or 0x95759E) is known color: Ce Soir. HEX triplet: 95, 75 and 9E. RGB value is (149,117,158). Sum of RGB (Red+Green+Blue) = 149+117+158=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #95759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759E is #6A8A61. Grayscale: #838383. Windows color (decimal): -6982242 or 10384789. OLE color: 10384789.

HSL color Cylindrical-coordinate representation of color #95759E: hue angle of 286.83º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95759E is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 117 158 -
CMYK 0.06 0.26 0 0.38
HSL 286.83º 0.17% 0.54% -
HSV(B) 286.83º 0.26% 0.62% -
XYZ 24.93 21.58 35.2 -
YUV 131.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 149 117 158 0.06 0.26 0 0.38 286.83 0.17 0.54
Hex 95 75 9E 6 1A 0 26 11F 11 36
Octal 225 165 236 6 32 0 46 437 21 66
Binary 10010101 1110101 10011110 110 11010 0 100110 100011111 10001 110110

Color Harmonies of #95759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95759E

Black with #95759E

Text Example


Text Example

White with #95759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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