#9D66AF

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

Shades of Ce Soir #9D66AF

Tints of Ce Soir #9D66AF

Color information

#9D66AF (or 0x9D66AF) is unknown color: approx Ce Soir. HEX triplet: 9D, 66 and AF. RGB value is (157,102,175). Sum of RGB (Red+Green+Blue) = 157+102+175=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D66AF is #629950. Grayscale: #7E7E7E. Windows color (decimal): -6461777 or 11495069. OLE color: 11495069.

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

Color convert

RGB157102175-
CMYK0.100.4200.31
HSL285.21º31.33%54.31%-
HSV(B)285.21º41.71%68.63%-
XYZ26.3919.7742.98-
YUV126.77155.22149.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.18%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=36.18%
G=23.50%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571021750.100.4200.31285.2131.3354.31
Hex9D66AFA2A01F11d1f36
Octal23514625712520374353766
Binary10011101110011010101111101010101001111110001110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D66AF; }

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

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

<style>
 a { background-color: #9D66AF; }

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

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

<style>
 span { border-color: #9D66AF; }

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

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