#8A62B3

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

Shades of Ce Soir #8A62B3

Tints of Ce Soir #8A62B3

Color information

#8A62B3 (or 0x8A62B3) is unknown color: approx Ce Soir. HEX triplet: 8A, 62 and B3. RGB value is (138,98,179). Sum of RGB (Red+Green+Blue) = 138+98+179=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A62B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62B3 is #759D4C. Grayscale: #767676. Windows color (decimal): -7707981 or 11756170. OLE color: 11756170.

HSL color Cylindrical-coordinate representation of color #8A62B3: hue angle of 269.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A62B3 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13898179-
CMYK0.230.4500.30
HSL269.63º34.76%54.31%-
HSV(B)269.63º45.25%70.2%-
XYZ22.9917.3944.79-
YUV119.19161.75141.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=33.25%
G=23.61%
B=43.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138981790.230.4500.30269.6334.7654.31
Hex8A62B3172D01E10e2336
Octal21214226327550364164366
Binary1000101011000101011001110111101101011110100001110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A62B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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