Html Css Color HEX #9676AC Ce Soir

📋 copy color: '#9676AC'

red 150 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9676AC

Tints of Ce Soir #9676AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 34.09%
G = 26.82%
B = 39.09%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9676AC (or 0x9676AC) is known color: Ce Soir. HEX triplet: 96, 76 and AC. RGB value is (150,118,172). Sum of RGB (Red+Green+Blue) = 150+118+172=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #9676AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9676AC is #698953. Grayscale: #858585. Windows color (decimal): -6916436 or 11302550. OLE color: 11302550.

HSL color Cylindrical-coordinate representation of color #9676AC: hue angle of 275.56º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9676AC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 118 172 -
CMYK 0.13 0.31 0 0.33
HSL 275.56º 0.25% 0.57% -
HSV(B) 275.56º 0.31% 0.67% -
XYZ 26.5 22.42 41.96 -
YUV 133.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 150 118 172 0.13 0.31 0 0.33 275.56 0.25 0.57
Hex 96 76 AC D 1F 0 21 114 19 39
Octal 226 166 254 15 37 0 41 424 31 71
Binary 10010110 1110110 10101100 1101 11111 0 100001 100010100 11001 111001

Color Harmonies of #9676AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676AC

Black with #9676AC

Text Example


Text Example

White with #9676AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9676AC; }

 p { color: rgb(150,118,172); }

 H1.HeaderClassName
 {
   color: #9676AC;
 }
 .AnyTagClassName
 {
   color: #9676AC;
 }
</style>

background-color css

<style>
 a { background-color: #9676AC; }

 a { background-color: rgb(150,118,172); }

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

border-color css

<style>
 span { border-color: #9676AC; }

 span { border-color: rgb(150,118,172); }

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