#9269AC

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

Shades of Ce Soir #9269AC

Tints of Ce Soir #9269AC

Color information

#9269AC (or 0x9269AC) is unknown color: approx Ce Soir. HEX triplet: 92, 69 and AC. RGB value is (146,105,172). Sum of RGB (Red+Green+Blue) = 146+105+172=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9269AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9269AC is #6D9653. Grayscale: #7C7C7C. Windows color (decimal): -7181908 or 11299218. OLE color: 11299218.

HSL color Cylindrical-coordinate representation of color #9269AC: hue angle of 276.72º 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 #9269AC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146105172-
CMYK0.150.3900.33
HSL276.72º28.76%54.31%-
HSV(B)276.72º38.95%67.45%-
XYZ24.3519.1941.45-
YUV124.9154.58143.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=34.52%
G=24.82%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461051720.150.3900.33276.7228.7654.31
Hex9269ACF270211151d36
Octal22215125417470414253566
Binary100100101101001101011001111100111010000110001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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