Html Css Color HEX #9678AD Ce Soir

📋 copy color: '#9678AD'

red 150 ◦ green 120 ◦ blue 173

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

Shades of Ce Soir #9678AD

Tints of Ce Soir #9678AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 33.86%
G = 27.09%
B = 39.05%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9678AD (or 0x9678AD) is known color: Ce Soir. HEX triplet: 96, 78 and AD. RGB value is (150,120,173). Sum of RGB (Red+Green+Blue) = 150+120+173=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9678AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9678AD is #698752. Grayscale: #868686. Windows color (decimal): -6915923 or 11368598. OLE color: 11368598.

HSL color Cylindrical-coordinate representation of color #9678AD: hue angle of 273.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9678AD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 120 173 -
CMYK 0.13 0.31 0 0.32
HSL 273.96º 0.24% 0.57% -
HSV(B) 273.96º 0.31% 0.68% -
XYZ 26.84 22.93 42.55 -
YUV 135.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 150 120 173 0.13 0.31 0 0.32 273.96 0.24 0.57
Hex 96 78 AD D 1F 0 20 112 18 39
Octal 226 170 255 15 37 0 40 422 30 71
Binary 10010110 1111000 10101101 1101 11111 0 100000 100010010 11000 111001

Color Harmonies of #9678AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9678AD

Black with #9678AD

Text Example


Text Example

White with #9678AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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