#9F6EAD

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

Shades of Ce Soir #9F6EAD

Tints of Ce Soir #9F6EAD

Color information

#9F6EAD (or 0x9F6EAD) is unknown color: approx Ce Soir. HEX triplet: 9F, 6E and AD. RGB value is (159,110,173). Sum of RGB (Red+Green+Blue) = 159+110+173=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6EAD is #609152. Grayscale: #838383. Windows color (decimal): -6328659 or 11366047. OLE color: 11366047.

HSL color Cylindrical-coordinate representation of color #9F6EAD: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6EAD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159110173-
CMYK0.080.3600.32
HSL286.67º27.75%55.49%-
HSV(B)286.67º36.42%67.84%-
XYZ27.4221.5442.25-
YUV131.83151.23147.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=35.97%
G=24.89%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591101730.080.3600.32286.6727.7555.49
Hex9F6EAD82402011f1c37
Octal23715625510440404373467
Binary100111111101110101011011000100100010000010001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,110,173); }

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

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

 a { background-color: rgb(159,110,173); }

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

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

 span { border-color: rgb(159,110,173); }

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