#9764AF

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

Shades of Ce Soir #9764AF

Tints of Ce Soir #9764AF

Color information

#9764AF (or 0x9764AF) is unknown color: approx Ce Soir. HEX triplet: 97, 64 and AF. RGB value is (151,100,175). Sum of RGB (Red+Green+Blue) = 151+100+175=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9764AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9764AF is #689B50. Grayscale: #7B7B7B. Windows color (decimal): -6855505 or 11494551. OLE color: 11494551.

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

Color convert

RGB151100175-
CMYK0.140.4300.31
HSL280.8º31.91%53.92%-
HSV(B)280.8º42.86%68.63%-
XYZ25.0618.7942.86-
YUV123.8156.9147.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=35.45%
G=23.47%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511001750.140.4300.31280.831.9153.92
Hex9764AFE2B01F1192036
Octal22714425716530374314066
Binary100101111100100101011111110101011011111100011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,100,175); }

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

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

 a { background-color: rgb(151,100,175); }

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

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

 span { border-color: rgb(151,100,175); }

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