#9A65AB

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

Shades of Ce Soir #9A65AB

Tints of Ce Soir #9A65AB

Color information

#9A65AB (or 0x9A65AB) is unknown color: approx Ce Soir. HEX triplet: 9A, 65 and AB. RGB value is (154,101,171). Sum of RGB (Red+Green+Blue) = 154+101+171=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A65AB is #659A54. Grayscale: #7C7C7C. Windows color (decimal): -6658645 or 11232666. OLE color: 11232666.

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

Color convert

RGB154101171-
CMYK0.100.4100.33
HSL285.43º29.41%53.33%-
HSV(B)285.43º40.94%67.06%-
XYZ25.3319.1240.88-
YUV124.83154.06148.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.15%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=36.15%
G=23.71%
B=40.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541011710.100.4100.33285.4329.4153.33
Hex9A65ABA2902111d1d35
Octal23214525312510414353565
Binary100110101100101101010111010101001010000110001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,171); }

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

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

 a { background-color: rgb(154,101,171); }

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

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

 span { border-color: rgb(154,101,171); }

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