Html Css Color HEX #9677AB Ce Soir

📋 copy color: '#9677AB'

red 150 ◦ green 119 ◦ blue 171

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

Shades of Ce Soir #9677AB

Tints of Ce Soir #9677AB

RGB

 RED value IS 150 (58.98% from 255) = 34.09%

 GREEN value IS 119 (46.88% from 255) = 27.05%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 34.09%
G = 27.05%
B = 38.86%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9677AB (or 0x9677AB) is known color: Ce Soir. HEX triplet: 96, 77 and AB. RGB value is (150,119,171). Sum of RGB (Red+Green+Blue) = 150+119+171=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #9677AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9677AB is #698854. Grayscale: #868686. Windows color (decimal): -6916181 or 11237270. OLE color: 11237270.

HSL color Cylindrical-coordinate representation of color #9677AB: hue angle of 275.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9677AB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 119 171 -
CMYK 0.12 0.30 0 0.33
HSL 275.77º 0.24% 0.57% -
HSV(B) 275.77º 0.3% 0.67% -
XYZ 26.53 22.62 41.5 -
YUV 134.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 150 119 171 0.12 0.30 0 0.33 275.77 0.24 0.57
Hex 96 77 AB C 1E 0 21 114 18 39
Octal 226 167 253 14 36 0 41 424 30 71
Binary 10010110 1110111 10101011 1100 11110 0 100001 100010100 11000 111001

Color Harmonies of #9677AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9677AB

Black with #9677AB

Text Example


Text Example

White with #9677AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9677AB; }

 p { color: rgb(150,119,171); }

 H1.HeaderClassName
 {
   color: #9677AB;
 }
 .AnyTagClassName
 {
   color: #9677AB;
 }
</style>

background-color css

<style>
 a { background-color: #9677AB; }

 a { background-color: rgb(150,119,171); }

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

border-color css

<style>
 span { border-color: #9677AB; }

 span { border-color: rgb(150,119,171); }

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