#9565AF

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

Shades of Ce Soir #9565AF

Tints of Ce Soir #9565AF

Color information

#9565AF (or 0x9565AF) is unknown color: approx Ce Soir. HEX triplet: 95, 65 and AF. RGB value is (149,101,175). Sum of RGB (Red+Green+Blue) = 149+101+175=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9565AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9565AF is #6A9A50. Grayscale: #7B7B7B. Windows color (decimal): -6986321 or 11494805. OLE color: 11494805.

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

Color convert

RGB149101175-
CMYK0.150.4200.31
HSL278.92º31.62%54.12%-
HSV(B)278.92º42.29%68.63%-
XYZ24.7918.7942.88-
YUV123.79156.9145.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=35.06%
G=23.76%
B=41.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491011750.150.4200.31278.9231.6254.12
Hex9565AFF2A01F1172036
Octal22514525717520374274066
Binary100101011100101101011111111101010011111100010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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