Html Css Color HEX #9678AA Ce Soir

📋 copy color: '#9678AA'

red 150 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #9678AA

Tints of Ce Soir #9678AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.27%

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

R = 34.09%
G = 27.27%
B = 38.64%

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

#9678AA (or 0x9678AA) is known color: Ce Soir. HEX triplet: 96, 78 and AA. RGB value is (150,120,170). Sum of RGB (Red+Green+Blue) = 150+120+170=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #9678AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9678AA is #698755. Grayscale: #868686. Windows color (decimal): -6915926 or 11171990. OLE color: 11171990.

HSL color Cylindrical-coordinate representation of color #9678AA: hue angle of 276º degrees, saturation: 0.23, 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 #9678AA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 120 170 -
CMYK 0.12 0.29 0 0.33
HSL 276º 0.23% 0.57% -
HSV(B) 276º 0.29% 0.67% -
XYZ 26.55 22.82 41.04 -
YUV 134.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 150 120 170 0.12 0.29 0 0.33 276 0.23 0.57
Hex 96 78 AA C 1D 0 21 114 17 39
Octal 226 170 252 14 35 0 41 424 27 71
Binary 10010110 1111000 10101010 1100 11101 0 100001 100010100 10111 111001

Color Harmonies of #9678AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678AA

Black with #9678AA

Text Example


Text Example

White with #9678AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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