#9A67AC

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

Shades of Ce Soir #9A67AC

Tints of Ce Soir #9A67AC

Color information

#9A67AC (or 0x9A67AC) is unknown color: approx Ce Soir. HEX triplet: 9A, 67 and AC. RGB value is (154,103,172). Sum of RGB (Red+Green+Blue) = 154+103+172=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A67AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A67AC is #659853. Grayscale: #7D7D7D. Windows color (decimal): -6658132 or 11298714. OLE color: 11298714.

HSL color Cylindrical-coordinate representation of color #9A67AC: hue angle of 284.35º 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 #9A67AC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154103172-
CMYK0.100.4000.33
HSL284.35º29.36%53.92%-
HSV(B)284.35º40.12%67.45%-
XYZ25.6219.5541.45-
YUV126.12153.9147.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=35.90%
G=24.01%
B=40.09%

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
Decimal1541031720.100.4000.33284.3529.3653.92
Hex9A67ACA2802111c1d36
Octal23214725412500414343566
Binary100110101100111101011001010101000010000110001110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A67AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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