#9566AF

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

Shades of Ce Soir #9566AF

Tints of Ce Soir #9566AF

Color information

#9566AF (or 0x9566AF) is unknown color: approx Ce Soir. HEX triplet: 95, 66 and AF. RGB value is (149,102,175). Sum of RGB (Red+Green+Blue) = 149+102+175=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 102 (40.23% from 255 or 23.94% 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 #9566AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AF is #6A9950. Grayscale: #7C7C7C. Windows color (decimal): -6986065 or 11495061. OLE color: 11495061.

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

Color convert

RGB149102175-
CMYK0.150.4200.31
HSL278.63º31.33%54.31%-
HSV(B)278.63º41.71%68.63%-
XYZ24.8818.9942.91-
YUV124.37156.57145.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=34.98%
G=23.94%
B=41.08%

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
Decimal1491021750.150.4200.31278.6331.3354.31
Hex9566AFF2A01F1171f36
Octal22514625717520374273766
Binary10010101110011010101111111110101001111110001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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