#9967B4

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

Shades of Ce Soir #9967B4

Tints of Ce Soir #9967B4

Color information

#9967B4 (or 0x9967B4) is unknown color: approx Ce Soir. HEX triplet: 99, 67 and B4. RGB value is (153,103,180). Sum of RGB (Red+Green+Blue) = 153+103+180=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #9967B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9967B4 is #66984B. Grayscale: #7E7E7E. Windows color (decimal): -6723660 or 11823001. OLE color: 11823001.

HSL color Cylindrical-coordinate representation of color #9967B4: hue angle of 278.96º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9967B4 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153103180-
CMYK0.150.4300.29
HSL278.96º33.92%55.49%-
HSV(B)278.96º42.78%70.59%-
XYZ26.2319.7745.61-
YUV126.73158.06146.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=35.09%
G=23.62%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531031800.150.4300.29278.9633.9255.49
Hex9967B4F2B01D1172237
Octal23114726417530354274267
Binary100110011100111101101001111101011011101100010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9967B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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