Html Css Color HEX #9679AA Ce Soir

📋 copy color: '#9679AA'

red 150 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9679AA

Tints of Ce Soir #9679AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 34.01%
G = 27.44%
B = 38.55%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9679AA (or 0x9679AA) is known color: Ce Soir. HEX triplet: 96, 79 and AA. RGB value is (150,121,170). Sum of RGB (Red+Green+Blue) = 150+121+170=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9679AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9679AA is #698655. Grayscale: #878787. Windows color (decimal): -6915670 or 11172246. OLE color: 11172246.

HSL color Cylindrical-coordinate representation of color #9679AA: hue angle of 275.51º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9679AA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 121 170 -
CMYK 0.12 0.29 0 0.33
HSL 275.51º 0.22% 0.57% -
HSV(B) 275.51º 0.29% 0.67% -
XYZ 26.67 23.06 41.08 -
YUV 135.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 150 121 170 0.12 0.29 0 0.33 275.51 0.22 0.57
Hex 96 79 AA C 1D 0 21 114 16 39
Octal 226 171 252 14 35 0 41 424 26 71
Binary 10010110 1111001 10101010 1100 11101 0 100001 100010100 10110 111001

Color Harmonies of #9679AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679AA

Black with #9679AA

Text Example


Text Example

White with #9679AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9679AA; }

 p { color: rgb(150,121,170); }

 H1.HeaderClassName
 {
   color: #9679AA;
 }
 .AnyTagClassName
 {
   color: #9679AA;
 }
</style>

background-color css

<style>
 a { background-color: #9679AA; }

 a { background-color: rgb(150,121,170); }

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

border-color css

<style>
 span { border-color: #9679AA; }

 span { border-color: rgb(150,121,170); }

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