#9266AD

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

Shades of Ce Soir #9266AD

Tints of Ce Soir #9266AD

Color information

#9266AD (or 0x9266AD) is unknown color: approx Ce Soir. HEX triplet: 92, 66 and AD. RGB value is (146,102,173). Sum of RGB (Red+Green+Blue) = 146+102+173=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9266AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9266AD is #6D9952. Grayscale: #7B7B7B. Windows color (decimal): -7182675 or 11363986. OLE color: 11363986.

HSL color Cylindrical-coordinate representation of color #9266AD: hue angle of 277.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9266AD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146102173-
CMYK0.160.4100.32
HSL277.18º30.21%53.92%-
HSV(B)277.18º41.04%67.84%-
XYZ24.1518.6341.86-
YUV123.25156.08144.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=34.68%
G=24.23%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461021730.160.4100.32277.1830.2153.92
Hex9266AD10290201151e36
Octal22214625520510404253666
Binary1001001011001101010110110000101001010000010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9266AD; }

 p { color: rgb(146,102,173); }

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

<style>
 a { background-color: #9266AD; }

 a { background-color: rgb(146,102,173); }

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

<style>
 span { border-color: #9266AD; }

 span { border-color: rgb(146,102,173); }

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