#8F6BAD

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

Shades of Ce Soir #8F6BAD

Tints of Ce Soir #8F6BAD

Color information

#8F6BAD (or 0x8F6BAD) is unknown color: approx Ce Soir. HEX triplet: 8F, 6B and AD. RGB value is (143,107,173). Sum of RGB (Red+Green+Blue) = 143+107+173=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F6BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6BAD is #709452. Grayscale: #7D7D7D. Windows color (decimal): -7378003 or 11365263. OLE color: 11365263.

HSL color Cylindrical-coordinate representation of color #8F6BAD: hue angle of 272.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6BAD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB143107173-
CMYK0.170.3800.32
HSL272.73º28.7%54.9%-
HSV(B)272.73º38.15%67.84%-
XYZ24.1319.3742-
YUV125.29154.93140.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=33.81%
G=25.30%
B=40.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1431071730.170.3800.32272.7328.754.9
Hex8F6BAD11260201111d37
Octal21715325521460404213567
Binary1000111111010111010110110001100110010000010001000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,173); }

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

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

 a { background-color: rgb(143,107,173); }

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

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

 span { border-color: rgb(143,107,173); }

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