#9763AB

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

Shades of Ce Soir #9763AB

Tints of Ce Soir #9763AB

Color information

#9763AB (or 0x9763AB) is unknown color: approx Ce Soir. HEX triplet: 97, 63 and AB. RGB value is (151,99,171). Sum of RGB (Red+Green+Blue) = 151+99+171=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #9763AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9763AB is #689C54. Grayscale: #7A7A7A. Windows color (decimal): -6855765 or 11232151. OLE color: 11232151.

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

Color convert

RGB15199171-
CMYK0.120.4200.33
HSL283.33º30%52.94%-
HSV(B)283.33º42.11%67.06%-
XYZ24.5818.4440.79-
YUV122.76155.23148.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 99 (39.06% from 255) = 23.52%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=35.87%
G=23.52%
B=40.62%

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
Decimal151991710.120.4200.33283.333052.94
Hex9763ABC2A02111b1e35
Octal22714325314520414333665
Binary100101111100011101010111100101010010000110001101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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