#9461AD

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

Shades of Ce Soir #9461AD

Tints of Ce Soir #9461AD

Color information

#9461AD (or 0x9461AD) is unknown color: approx Ce Soir. HEX triplet: 94, 61 and AD. RGB value is (148,97,173). Sum of RGB (Red+Green+Blue) = 148+97+173=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 97 (38.28% from 255 or 23.21% 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 #9461AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9461AD is #6B9E52. Grayscale: #787878. Windows color (decimal): -7052883 or 11362708. OLE color: 11362708.

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

Color convert

RGB14897173-
CMYK0.140.4400.32
HSL280.26º31.67%52.94%-
HSV(B)280.26º43.93%67.84%-
XYZ24.0317.8641.72-
YUV120.91157.4147.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=35.41%
G=23.21%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148971730.140.4400.32280.2631.6752.94
Hex9461ADE2C0201182035
Octal22414125516540404304065
Binary1001010011000011010110111101011000100000100011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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