Html Css Color HEX #95709C Ce Soir

📋 copy color: '#95709C'

red 149 ◦ green 112 ◦ blue 156

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

Shades of Ce Soir #95709C

Tints of Ce Soir #95709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 35.73%
G = 26.86%
B = 37.41%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95709C (or 0x95709C) is known color: Ce Soir. HEX triplet: 95, 70 and 9C. RGB value is (149,112,156). Sum of RGB (Red+Green+Blue) = 149+112+156=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #95709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95709C is #6A8F63. Grayscale: #7F7F7F. Windows color (decimal): -6983524 or 10252437. OLE color: 10252437.

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

Color convert

RGB 149 112 156 -
CMYK 0.04 0.28 0 0.39
HSL 290.45º 0.18% 0.53% -
HSV(B) 290.45º 0.28% 0.61% -
XYZ 24.19 20.38 34.11 -
YUV 128.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 149 112 156 0.04 0.28 0 0.39 290.45 0.18 0.53
Hex 95 70 9C 4 1C 0 27 122 12 35
Octal 225 160 234 4 34 0 47 442 22 65
Binary 10010101 1110000 10011100 100 11100 0 100111 100100010 10010 110101

Color Harmonies of #95709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95709C

Black with #95709C

Text Example


Text Example

White with #95709C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95709C; }

 p { color: rgb(149,112,156); }

 H1.HeaderClassName
 {
   color: #95709C;
 }
 .AnyTagClassName
 {
   color: #95709C;
 }
</style>

background-color css

<style>
 a { background-color: #95709C; }

 a { background-color: rgb(149,112,156); }

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

border-color css

<style>
 span { border-color: #95709C; }

 span { border-color: rgb(149,112,156); }

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