#9262AB

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

Shades of Ce Soir #9262AB

Tints of Ce Soir #9262AB

Color information

#9262AB (or 0x9262AB) is unknown color: approx Ce Soir. HEX triplet: 92, 62 and AB. RGB value is (146,98,171). Sum of RGB (Red+Green+Blue) = 146+98+171=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9262AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9262AB is #6D9D54. Grayscale: #787878. Windows color (decimal): -7183701 or 11231890. OLE color: 11231890.

HSL color Cylindrical-coordinate representation of color #9262AB: hue angle of 279.45º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9262AB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14698171-
CMYK0.150.4300.33
HSL279.45º30.29%52.75%-
HSV(B)279.45º42.69%67.06%-
XYZ23.5717.7940.72-
YUV120.67156.4146.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=35.18%
G=23.61%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146981710.150.4300.33279.4530.2952.75
Hex9262ABF2B0211171e35
Octal22214225317530414273665
Binary100100101100010101010111111101011010000110001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9262AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9262AB; }

 p { color: rgb(146,98,171); }

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

<style>
 a { background-color: #9262AB; }

 a { background-color: rgb(146,98,171); }

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

<style>
 span { border-color: #9262AB; }

 span { border-color: rgb(146,98,171); }

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