#9A67AE

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

Shades of Ce Soir #9A67AE

Tints of Ce Soir #9A67AE

Color information

#9A67AE (or 0x9A67AE) is unknown color: approx Ce Soir. HEX triplet: 9A, 67 and AE. RGB value is (154,103,174). Sum of RGB (Red+Green+Blue) = 154+103+174=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A67AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A67AE is #659851. Grayscale: #7E7E7E. Windows color (decimal): -6658130 or 11429786. OLE color: 11429786.

HSL color Cylindrical-coordinate representation of color #9A67AE: hue angle of 283.1º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A67AE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154103174-
CMYK0.110.4100.32
HSL283.1º30.47%54.31%-
HSV(B)283.1º40.8%68.24%-
XYZ25.8219.6342.47-
YUV126.34154.9147.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=35.73%
G=23.90%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541031740.110.4100.32283.130.4754.31
Hex9A67AEB2902011b1e36
Octal23214725613510404333666
Binary100110101100111101011101011101001010000010001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A67AE; }

 p { color: rgb(154,103,174); }

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

<style>
 a { background-color: #9A67AE; }

 a { background-color: rgb(154,103,174); }

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

<style>
 span { border-color: #9A67AE; }

 span { border-color: rgb(154,103,174); }

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