#9263AD

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

Shades of Ce Soir #9263AD

Tints of Ce Soir #9263AD

Color information

#9263AD (or 0x9263AD) is unknown color: approx Ce Soir. HEX triplet: 92, 63 and AD. RGB value is (146,99,173). Sum of RGB (Red+Green+Blue) = 146+99+173=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9263AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9263AD is #6D9C52. Grayscale: #797979. Windows color (decimal): -7183443 or 11363218. OLE color: 11363218.

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

Color convert

RGB14699173-
CMYK0.160.4300.32
HSL278.11º31.09%53.33%-
HSV(B)278.11º42.77%67.84%-
XYZ23.8618.0541.76-
YUV121.49157.07145.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=34.93%
G=23.68%
B=41.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146991730.160.4300.32278.1131.0953.33
Hex9263AD102B0201161f35
Octal22214325520530404263765
Binary1001001011000111010110110000101011010000010001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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