#9A67AB

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

Shades of Ce Soir #9A67AB

Tints of Ce Soir #9A67AB

Color information

#9A67AB (or 0x9A67AB) is unknown color: approx Ce Soir. HEX triplet: 9A, 67 and AB. RGB value is (154,103,171). Sum of RGB (Red+Green+Blue) = 154+103+171=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A67AB is #659854. Grayscale: #7D7D7D. Windows color (decimal): -6658133 or 11233178. OLE color: 11233178.

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

Color convert

RGB154103171-
CMYK0.100.4000.33
HSL285º28.81%53.73%-
HSV(B)285º39.77%67.06%-
XYZ25.5319.5140.95-
YUV126153.4147.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=35.98%
G=24.07%
B=39.95%

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
Decimal1541031710.100.4000.3328528.8153.73
Hex9A67ABA2802111d1d36
Octal23214725312500414353566
Binary100110101100111101010111010101000010000110001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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