Html Css Color HEX #95729F Ce Soir

📋 copy color: '#95729F'

red 149 ◦ green 114 ◦ blue 159

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

Shades of Ce Soir #95729F

Tints of Ce Soir #95729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

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

R = 35.31%
G = 27.01%
B = 37.68%

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

#95729F (or 0x95729F) is known color: Ce Soir. HEX triplet: 95, 72 and 9F. RGB value is (149,114,159). Sum of RGB (Red+Green+Blue) = 149+114+159=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #95729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95729F is #6A8D60. Grayscale: #818181. Windows color (decimal): -6983009 or 10449557. OLE color: 10449557.

HSL color Cylindrical-coordinate representation of color #95729F: hue angle of 286.67º 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 #95729F is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 114 159 -
CMYK 0.06 0.28 0 0.38
HSL 286.67º 0.19% 0.54% -
HSV(B) 286.67º 0.28% 0.62% -
XYZ 24.67 20.93 35.54 -
YUV 129.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 149 114 159 0.06 0.28 0 0.38 286.67 0.19 0.54
Hex 95 72 9F 6 1C 0 26 11F 13 36
Octal 225 162 237 6 34 0 46 437 23 66
Binary 10010101 1110010 10011111 110 11100 0 100110 100011111 10011 110110

Color Harmonies of #95729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95729F

Black with #95729F

Text Example


Text Example

White with #95729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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