#9968B4

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

Shades of Ce Soir #9968B4

Tints of Ce Soir #9968B4

Color information

#9968B4 (or 0x9968B4) is unknown color: approx Ce Soir. HEX triplet: 99, 68 and B4. RGB value is (153,104,180). Sum of RGB (Red+Green+Blue) = 153+104+180=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #9968B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968B4 is #66974B. Grayscale: #7F7F7F. Windows color (decimal): -6723404 or 11823257. OLE color: 11823257.

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

Color convert

RGB153104180-
CMYK0.150.4200.29
HSL278.68º33.63%55.69%-
HSV(B)278.68º42.22%70.59%-
XYZ26.3319.9745.65-
YUV127.31157.73146.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=35.01%
G=23.80%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531041800.150.4200.29278.6833.6355.69
Hex9968B4F2A01D1172238
Octal23115026417520354274270
Binary100110011101000101101001111101010011101100010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9968B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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