#9A75AB

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

Shades of Ce Soir #9A75AB

Tints of Ce Soir #9A75AB

Color information

#9A75AB (or 0x9A75AB) is unknown color: approx Ce Soir. HEX triplet: 9A, 75 and AB. RGB value is (154,117,171). Sum of RGB (Red+Green+Blue) = 154+117+171=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A75AB is #658A54. Grayscale: #868686. Windows color (decimal): -6654549 or 11236762. OLE color: 11236762.

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

Color convert

RGB154117171-
CMYK0.100.3200.33
HSL281.11º24.32%56.47%-
HSV(B)281.11º31.58%67.06%-
XYZ27.0422.5341.45-
YUV134.22148.76142.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=34.84%
G=26.47%
B=38.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541171710.100.3200.33281.1124.3256.47
Hex9A75ABA200211191838
Octal23216525312400414313070
Binary100110101110101101010111010100000010000110001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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