#9967AA

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

Shades of Ce Soir #9967AA

Tints of Ce Soir #9967AA

Color information

#9967AA (or 0x9967AA) is unknown color: approx Ce Soir. HEX triplet: 99, 67 and AA. RGB value is (153,103,170). Sum of RGB (Red+Green+Blue) = 153+103+170=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #9967AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9967AA is #669855. Grayscale: #7D7D7D. Windows color (decimal): -6723670 or 11167641. OLE color: 11167641.

HSL color Cylindrical-coordinate representation of color #9967AA: hue angle of 284.78º 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 #9967AA is Cyan = 0.1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153103170-
CMYK0.10.3900.33
HSL284.78º28.27%53.53%-
HSV(B)284.78º39.41%66.67%-
XYZ25.2419.3840.44-
YUV125.59153.06147.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=35.92%
G=24.18%
B=39.91%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531031700.10.3900.33284.7828.2753.53
Hex9967AAA2702111d1c36
Octal23114725212470414353466
Binary100110011100111101010101010100111010000110001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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