#8A68AA

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

Shades of Ce Soir #8A68AA

Tints of Ce Soir #8A68AA

Color information

#8A68AA (or 0x8A68AA) is unknown color: approx Ce Soir. HEX triplet: 8A, 68 and AA. RGB value is (138,104,170). Sum of RGB (Red+Green+Blue) = 138+104+170=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A68AA is #759755. Grayscale: #797979. Windows color (decimal): -7706454 or 11167882. OLE color: 11167882.

HSL color Cylindrical-coordinate representation of color #8A68AA: hue angle of 270.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A68AA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138104170-
CMYK0.190.3900.33
HSL270.91º27.97%53.73%-
HSV(B)270.91º38.82%66.67%-
XYZ22.6918.2140.35-
YUV121.69155.26139.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=33.50%
G=25.24%
B=41.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381041700.190.3900.33270.9127.9753.73
Hex8A68AA132702110f1c36
Octal21215025223470414173466
Binary1000101011010001010101010011100111010000110000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,104,170); }

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

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

 a { background-color: rgb(138,104,170); }

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

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

 span { border-color: rgb(138,104,170); }

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