#9764AB

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

Shades of Ce Soir #9764AB

Tints of Ce Soir #9764AB

Color information

#9764AB (or 0x9764AB) is unknown color: approx Ce Soir. HEX triplet: 97, 64 and AB. RGB value is (151,100,171). Sum of RGB (Red+Green+Blue) = 151+100+171=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9764AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9764AB is #689B54. Grayscale: #7B7B7B. Windows color (decimal): -6855509 or 11232407. OLE color: 11232407.

HSL color Cylindrical-coordinate representation of color #9764AB: hue angle of 283.1º 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 #9764AB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151100171-
CMYK0.120.4200.33
HSL283.1º29.71%53.14%-
HSV(B)283.1º41.52%67.06%-
XYZ24.6718.6340.82-
YUV123.34154.9147.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=35.78%
G=23.70%
B=40.52%

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
Decimal1511001710.120.4200.33283.129.7153.14
Hex9764ABC2A02111b1e35
Octal22714425314520414333665
Binary100101111100100101010111100101010010000110001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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