#9466AF

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

Shades of Ce Soir #9466AF

Tints of Ce Soir #9466AF

Color information

#9466AF (or 0x9466AF) is unknown color: approx Ce Soir. HEX triplet: 94, 66 and AF. RGB value is (148,102,175). Sum of RGB (Red+Green+Blue) = 148+102+175=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 102 (40.23% from 255 or 24% 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 #9466AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9466AF is #6B9950. Grayscale: #7B7B7B. Windows color (decimal): -7051601 or 11495060. OLE color: 11495060.

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

Color convert

RGB148102175-
CMYK0.150.4200.31
HSL277.81º31.33%54.31%-
HSV(B)277.81º41.71%68.63%-
XYZ24.718.8942.9-
YUV124.08156.74145.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=34.82%
G=24%
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
Decimal1481021750.150.4200.31277.8131.3354.31
Hex9466AFF2A01F1161f36
Octal22414625717520374263766
Binary10010100110011010101111111110101001111110001011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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