#9667AA

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

Shades of Ce Soir #9667AA

Tints of Ce Soir #9667AA

Color information

#9667AA (or 0x9667AA) is unknown color: approx Ce Soir. HEX triplet: 96, 67 and AA. RGB value is (150,103,170). Sum of RGB (Red+Green+Blue) = 150+103+170=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9667AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9667AA is #699855. Grayscale: #7C7C7C. Windows color (decimal): -6920278 or 11167638. OLE color: 11167638.

HSL color Cylindrical-coordinate representation of color #9667AA: hue angle of 282.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9667AA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150103170-
CMYK0.120.3900.33
HSL282.09º28.27%53.53%-
HSV(B)282.09º39.41%66.67%-
XYZ24.6819.0940.41-
YUV124.69153.57146.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=35.46%
G=24.35%
B=40.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501031700.120.3900.33282.0928.2753.53
Hex9667AAC2702111a1c36
Octal22614725214470414323466
Binary100101101100111101010101100100111010000110001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9667AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9667AA; }

 p { color: rgb(150,103,170); }

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

<style>
 a { background-color: #9667AA; }

 a { background-color: rgb(150,103,170); }

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

<style>
 span { border-color: #9667AA; }

 span { border-color: rgb(150,103,170); }

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