#8D62AA

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

Shades of Ce Soir #8D62AA

Tints of Ce Soir #8D62AA

Color information

#8D62AA (or 0x8D62AA) is unknown color: approx Ce Soir. HEX triplet: 8D, 62 and AA. RGB value is (141,98,170). Sum of RGB (Red+Green+Blue) = 141+98+170=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D62AA is #729D55. Grayscale: #767676. Windows color (decimal): -7511382 or 11166349. OLE color: 11166349.

HSL color Cylindrical-coordinate representation of color #8D62AA: hue angle of 275.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D62AA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14198170-
CMYK0.170.4200.33
HSL275.83º29.75%52.55%-
HSV(B)275.83º42.35%66.67%-
XYZ22.6117.340.18-
YUV119.06156.75143.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.47%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=34.47%
G=23.96%
B=41.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141981700.170.4200.33275.8329.7552.55
Hex8D62AA112A0211141e35
Octal21514225221520414243665
Binary1000110111000101010101010001101010010000110001010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,170); }

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

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

 a { background-color: rgb(141,98,170); }

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

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

 span { border-color: rgb(141,98,170); }

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