#9665AF

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

Shades of Ce Soir #9665AF

Tints of Ce Soir #9665AF

Color information

#9665AF (or 0x9665AF) is unknown color: approx Ce Soir. HEX triplet: 96, 65 and AF. RGB value is (150,101,175). Sum of RGB (Red+Green+Blue) = 150+101+175=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 101 (39.84% from 255 or 23.71% 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 #9665AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AF is #699A50. Grayscale: #7B7B7B. Windows color (decimal): -6920785 or 11494806. OLE color: 11494806.

HSL color Cylindrical-coordinate representation of color #9665AF: hue angle of 279.73º degrees, saturation: 0.32, 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 #9665AF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150101175-
CMYK0.140.4200.31
HSL279.73º31.62%54.12%-
HSV(B)279.73º42.29%68.63%-
XYZ24.9718.8942.89-
YUV124.09156.73146.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=35.21%
G=23.71%
B=41.08%

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
Decimal1501011750.140.4200.31279.7331.6254.12
Hex9665AFE2A01F1182036
Octal22614525716520374304066
Binary100101101100101101011111110101010011111100011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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