#9469AC

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

Shades of Ce Soir #9469AC

Tints of Ce Soir #9469AC

Color information

#9469AC (or 0x9469AC) is unknown color: approx Ce Soir. HEX triplet: 94, 69 and AC. RGB value is (148,105,172). Sum of RGB (Red+Green+Blue) = 148+105+172=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9469AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9469AC is #6B9653. Grayscale: #7D7D7D. Windows color (decimal): -7050836 or 11299220. OLE color: 11299220.

HSL color Cylindrical-coordinate representation of color #9469AC: hue angle of 278.51º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9469AC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148105172-
CMYK0.140.3900.33
HSL278.51º28.76%54.31%-
HSV(B)278.51º38.95%67.45%-
XYZ24.7119.3841.47-
YUV125.5154.25144.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=34.82%
G=24.71%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481051720.140.3900.33278.5128.7654.31
Hex9469ACE270211171d36
Octal22415125416470414273566
Binary100101001101001101011001110100111010000110001011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9469AC; }

 p { color: rgb(148,105,172); }

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

<style>
 a { background-color: #9469AC; }

 a { background-color: rgb(148,105,172); }

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

<style>
 span { border-color: #9469AC; }

 span { border-color: rgb(148,105,172); }

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