#9666AF

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

Shades of Ce Soir #9666AF

Tints of Ce Soir #9666AF

Color information

#9666AF (or 0x9666AF) is unknown color: approx Ce Soir. HEX triplet: 96, 66 and AF. RGB value is (150,102,175). Sum of RGB (Red+Green+Blue) = 150+102+175=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9666AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666AF is #699950. Grayscale: #7C7C7C. Windows color (decimal): -6920529 or 11495062. OLE color: 11495062.

HSL color Cylindrical-coordinate representation of color #9666AF: hue angle of 279.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9666AF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150102175-
CMYK0.140.4200.31
HSL279.45º31.33%54.31%-
HSV(B)279.45º41.71%68.63%-
XYZ25.0719.0842.92-
YUV124.67156.4146.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=35.13%
G=23.89%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501021750.140.4200.31279.4531.3354.31
Hex9666AFE2A01F1171f36
Octal22614625716520374273766
Binary10010110110011010101111111010101001111110001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9666AF; }

 p { color: rgb(150,102,175); }

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

<style>
 a { background-color: #9666AF; }

 a { background-color: rgb(150,102,175); }

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

<style>
 span { border-color: #9666AF; }

 span { border-color: rgb(150,102,175); }

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