#8A7098

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

Shades of Ce Soir #8A7098

Tints of Ce Soir #8A7098

Color information

#8A7098 (or 0x8A7098) is unknown color: approx Ce Soir. HEX triplet: 8A, 70 and 98. RGB value is (138,112,152). Sum of RGB (Red+Green+Blue) = 138+112+152=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7098 is #758F67. Grayscale: #7C7C7C. Windows color (decimal): -7704424 or 9990282. OLE color: 9990282.

HSL color Cylindrical-coordinate representation of color #8A7098: hue angle of 279º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7098 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB138112152-
CMYK0.090.2600.40
HSL279º16.26%51.76%-
HSV(B)279º26.32%59.61%-
XYZ21.9419.2632.27-
YUV124.33143.61137.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 112 (44.14% from 255) = 27.86%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=34.33%
G=27.86%
B=37.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381121520.090.2600.4027916.2651.76
Hex8A709891A0281171034
Octal21216023011320504272064
Binary10001010111000010011000100111010010100010001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,152); }

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

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

 a { background-color: rgb(138,112,152); }

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

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

 span { border-color: rgb(138,112,152); }

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