#8A67AF

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

Shades of Ce Soir #8A67AF

Tints of Ce Soir #8A67AF

Color information

#8A67AF (or 0x8A67AF) is unknown color: approx Ce Soir. HEX triplet: 8A, 67 and AF. RGB value is (138,103,175). Sum of RGB (Red+Green+Blue) = 138+103+175=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A67AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A67AF is #759850. Grayscale: #797979. Windows color (decimal): -7706705 or 11495306. OLE color: 11495306.

HSL color Cylindrical-coordinate representation of color #8A67AF: hue angle of 269.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A67AF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138103175-
CMYK0.210.4100.31
HSL269.17º31.03%54.51%-
HSV(B)269.17º41.14%68.63%-
XYZ23.0718.242.85-
YUV121.67158.1139.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=33.17%
G=24.76%
B=42.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381031750.210.4100.31269.1731.0354.51
Hex8A67AF152901F10d1f37
Octal21214725725510374153767
Binary100010101100111101011111010110100101111110000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,175); }

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

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

 a { background-color: rgb(138,103,175); }

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

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

 span { border-color: rgb(138,103,175); }

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