#9463AD

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

Shades of Ce Soir #9463AD

Tints of Ce Soir #9463AD

Color information

#9463AD (or 0x9463AD) is unknown color: approx Ce Soir. HEX triplet: 94, 63 and AD. RGB value is (148,99,173). Sum of RGB (Red+Green+Blue) = 148+99+173=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9463AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9463AD is #6B9C52. Grayscale: #797979. Windows color (decimal): -7052371 or 11363220. OLE color: 11363220.

HSL color Cylindrical-coordinate representation of color #9463AD: hue angle of 279.73º 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 #9463AD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14899173-
CMYK0.140.4300.32
HSL279.73º31.09%53.33%-
HSV(B)279.73º42.77%67.84%-
XYZ24.2218.2441.78-
YUV122.09156.73146.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=35.24%
G=23.57%
B=41.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148991730.140.4300.32279.7331.0953.33
Hex9463ADE2B0201181f35
Octal22414325516530404303765
Binary100101001100011101011011110101011010000010001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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