#9A68AC

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

Shades of Ce Soir #9A68AC

Tints of Ce Soir #9A68AC

Color information

#9A68AC (or 0x9A68AC) is unknown color: approx Ce Soir. HEX triplet: 9A, 68 and AC. RGB value is (154,104,172). Sum of RGB (Red+Green+Blue) = 154+104+172=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A68AC is #659753. Grayscale: #7E7E7E. Windows color (decimal): -6657876 or 11298970. OLE color: 11298970.

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

Color convert

RGB154104172-
CMYK0.100.4000.33
HSL284.12º29.06%54.12%-
HSV(B)284.12º39.53%67.45%-
XYZ25.7219.7541.49-
YUV126.7153.56147.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 172 (67.58% from 255) = 40%
R=35.81%
G=24.19%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541041720.100.4000.33284.1229.0654.12
Hex9A68ACA2802111c1d36
Octal23215025412500414343566
Binary100110101101000101011001010101000010000110001110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,172); }

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

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

 a { background-color: rgb(154,104,172); }

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

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

 span { border-color: rgb(154,104,172); }

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