#9763AD

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

Shades of Ce Soir #9763AD

Tints of Ce Soir #9763AD

Color information

#9763AD (or 0x9763AD) is unknown color: approx Ce Soir. HEX triplet: 97, 63 and AD. RGB value is (151,99,173). Sum of RGB (Red+Green+Blue) = 151+99+173=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9763AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9763AD is #689C52. Grayscale: #7A7A7A. Windows color (decimal): -6855763 or 11363223. OLE color: 11363223.

HSL color Cylindrical-coordinate representation of color #9763AD: hue angle of 282.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9763AD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15199173-
CMYK0.130.4300.32
HSL282.16º31.09%53.33%-
HSV(B)282.16º42.77%67.84%-
XYZ24.7718.5241.8-
YUV122.98156.23147.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=35.70%
G=23.40%
B=40.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151991730.130.4300.32282.1631.0953.33
Hex9763ADD2B02011a1f35
Octal22714325515530404323765
Binary100101111100011101011011101101011010000010001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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