#9463AA

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

Shades of Ce Soir #9463AA

Tints of Ce Soir #9463AA

Color information

#9463AA (or 0x9463AA) is unknown color: approx Ce Soir. HEX triplet: 94, 63 and AA. RGB value is (148,99,170). Sum of RGB (Red+Green+Blue) = 148+99+170=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9463AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9463AA is #6B9C55. Grayscale: #797979. Windows color (decimal): -7052374 or 11166612. OLE color: 11166612.

HSL color Cylindrical-coordinate representation of color #9463AA: hue angle of 281.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9463AA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14899170-
CMYK0.130.4200.33
HSL281.41º29.46%52.75%-
HSV(B)281.41º41.76%66.67%-
XYZ23.9318.1240.27-
YUV121.74155.23146.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=35.49%
G=23.74%
B=40.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148991700.130.4200.33281.4129.4652.75
Hex9463AAD2A0211191d35
Octal22414325215520414313565
Binary100101001100011101010101101101010010000110001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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