#9662AA

Color #9662AA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9662AA

Tints of Ce Soir #9662AA

Color information

#9662AA (or 0x9662AA) is unknown color: approx Ce Soir. HEX triplet: 96, 62 and AA. RGB value is (150,98,170). Sum of RGB (Red+Green+Blue) = 150+98+170=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9662AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AA is #699D55. Grayscale: #797979. Windows color (decimal): -6921558 or 11166358. OLE color: 11166358.

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

Color convert

RGB15098170-
CMYK0.120.4200.33
HSL283.33º29.75%52.55%-
HSV(B)283.33º42.35%66.67%-
XYZ24.218.1240.25-
YUV121.76155.23148.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=35.89%
G=23.44%
B=40.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150981700.120.4200.33283.3329.7552.55
Hex9662AAC2A02111b1e35
Octal22614225214520414333665
Binary100101101100010101010101100101010010000110001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9662AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9662AA;
 }
 .AnyTagClassName
 {
   color: #9662AA;
 }
</style>
background-color css

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

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

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

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

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

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