Html Css Color HEX #95739F Ce Soir

📋 copy color: '#95739F'

red 149 ◦ green 115 ◦ blue 159

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

Shades of Ce Soir #95739F

Tints of Ce Soir #95739F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 35.22%
G = 27.19%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95739F (or 0x95739F) is known color: Ce Soir. HEX triplet: 95, 73 and 9F. RGB value is (149,115,159). Sum of RGB (Red+Green+Blue) = 149+115+159=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #95739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95739F is #6A8C60. Grayscale: #828282. Windows color (decimal): -6982753 or 10449813. OLE color: 10449813.

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

Color convert

RGB 149 115 159 -
CMYK 0.06 0.28 0 0.38
HSL 286.36º 0.19% 0.54% -
HSV(B) 286.36º 0.28% 0.62% -
XYZ 24.78 21.15 35.58 -
YUV 130.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 149 115 159 0.06 0.28 0 0.38 286.36 0.19 0.54
Hex 95 73 9F 6 1C 0 26 11E 13 36
Octal 225 163 237 6 34 0 46 436 23 66
Binary 10010101 1110011 10011111 110 11100 0 100110 100011110 10011 110110

Color Harmonies of #95739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95739F

Black with #95739F

Text Example


Text Example

White with #95739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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