Html Css Color HEX #9660AA Ce Soir

📋 copy color: '#9660AA'

red 150 ◦ green 96 ◦ blue 170

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

Shades of Ce Soir #9660AA

Tints of Ce Soir #9660AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 36.06%
G = 23.08%
B = 40.87%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9660AA (or 0x9660AA) is known color: Ce Soir. HEX triplet: 96, 60 and AA. RGB value is (150,96,170). Sum of RGB (Red+Green+Blue) = 150+96+170=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9660AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660AA is #699F55. Grayscale: #787878. Windows color (decimal): -6922070 or 11165846. OLE color: 11165846.

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

Color convert

RGB 150 96 170 -
CMYK 0.12 0.44 0 0.33
HSL 283.78º 0.3% 0.52% -
HSV(B) 283.78º 0.44% 0.67% -
XYZ 24.02 17.75 40.19 -
YUV 120.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 150 96 170 0.12 0.44 0 0.33 283.78 0.3 0.52
Hex 96 60 AA C 2C 0 21 11C 1E 34
Octal 226 140 252 14 54 0 41 434 36 64
Binary 10010110 1100000 10101010 1100 101100 0 100001 100011100 11110 110100

Color Harmonies of #9660AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660AA

Black with #9660AA

Text Example


Text Example

White with #9660AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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