#8A629B

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

Shades of Ce Soir #8A629B

Tints of Ce Soir #8A629B

Color information

#8A629B (or 0x8A629B) is unknown color: approx Ce Soir. HEX triplet: 8A, 62 and 9B. RGB value is (138,98,155). Sum of RGB (Red+Green+Blue) = 138+98+155=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A629B is #759D64. Grayscale: #747474. Windows color (decimal): -7708005 or 10183306. OLE color: 10183306.

HSL color Cylindrical-coordinate representation of color #8A629B: hue angle of 282.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A629B is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13898155-
CMYK0.110.3700.39
HSL282.11º22.53%49.61%-
HSV(B)282.11º36.77%60.78%-
XYZ20.7716.5133.1-
YUV116.46149.75143.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=35.29%
G=25.06%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138981550.110.3700.39282.1122.5349.61
Hex8A629BB2502711a1732
Octal21214223313450474322762
Binary100010101100010100110111011100101010011110001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,155); }

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

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

 a { background-color: rgb(138,98,155); }

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

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

 span { border-color: rgb(138,98,155); }

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