#8A5AA7

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

Shades of Ce Soir #8A5AA7

Tints of Ce Soir #8A5AA7

Color information

#8A5AA7 (or 0x8A5AA7) is unknown color: approx Ce Soir. HEX triplet: 8A, 5A and A7. RGB value is (138,90,167). Sum of RGB (Red+Green+Blue) = 138+90+167=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #8A5AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5AA7 is #75A558. Grayscale: #707070. Windows color (decimal): -7710041 or 10967690. OLE color: 10967690.

HSL color Cylindrical-coordinate representation of color #8A5AA7: hue angle of 277.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5AA7 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13890167-
CMYK0.170.4600.35
HSL277.4º30.43%50.39%-
HSV(B)277.4º46.11%65.49%-
XYZ21.1115.5138.44-
YUV113.13158.4145.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.94%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 167 (65.62% from 255) = 42.28%
R=34.94%
G=22.78%
B=42.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138901670.170.4600.35277.430.4350.39
Hex8A5AA7112E0231151e32
Octal21213224721560434253662
Binary1000101010110101010011110001101110010001110001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,167); }

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

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

 a { background-color: rgb(138,90,167); }

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

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

 span { border-color: rgb(138,90,167); }

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