#9467AA

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

Shades of Ce Soir #9467AA

Tints of Ce Soir #9467AA

Color information

#9467AA (or 0x9467AA) is unknown color: approx Ce Soir. HEX triplet: 94, 67 and AA. RGB value is (148,103,170). Sum of RGB (Red+Green+Blue) = 148+103+170=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9467AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9467AA is #6B9855. Grayscale: #7B7B7B. Windows color (decimal): -7051350 or 11167636. OLE color: 11167636.

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

Color convert

RGB148103170-
CMYK0.130.3900.33
HSL280.3º28.27%53.53%-
HSV(B)280.3º39.41%66.67%-
XYZ24.3218.940.4-
YUV124.09153.91145.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=35.15%
G=24.47%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481031700.130.3900.33280.328.2753.53
Hex9467AAD270211181c36
Octal22414725215470414303466
Binary100101001100111101010101101100111010000110001100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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