#8F76AA

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

Shades of Ce Soir #8F76AA

Tints of Ce Soir #8F76AA

Color information

#8F76AA (or 0x8F76AA) is unknown color: approx Ce Soir. HEX triplet: 8F, 76 and AA. RGB value is (143,118,170). Sum of RGB (Red+Green+Blue) = 143+118+170=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F76AA is #708955. Grayscale: #838383. Windows color (decimal): -7375190 or 11171471. OLE color: 11171471.

HSL color Cylindrical-coordinate representation of color #8F76AA: hue angle of 268.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F76AA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143118170-
CMYK0.160.3100.33
HSL268.85º23.42%56.47%-
HSV(B)268.85º30.59%66.67%-
XYZ25.0621.740.9-
YUV131.4149.78136.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=33.18%
G=27.38%
B=39.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431181700.160.3100.33268.8523.4256.47
Hex8F76AA101F02110d1738
Octal21716625220370414152770
Binary100011111110110101010101000011111010000110000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F76AA; }

 p { color: rgb(143,118,170); }

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

<style>
 a { background-color: #8F76AA; }

 a { background-color: rgb(143,118,170); }

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

<style>
 span { border-color: #8F76AA; }

 span { border-color: rgb(143,118,170); }

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