#8A61B1

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

Shades of Ce Soir #8A61B1

Tints of Ce Soir #8A61B1

Color information

#8A61B1 (or 0x8A61B1) is unknown color: approx Ce Soir. HEX triplet: 8A, 61 and B1. RGB value is (138,97,177). Sum of RGB (Red+Green+Blue) = 138+97+177=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A61B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A61B1 is #759E4E. Grayscale: #767676. Windows color (decimal): -7708239 or 11624842. OLE color: 11624842.

HSL color Cylindrical-coordinate representation of color #8A61B1: hue angle of 270.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A61B1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13897177-
CMYK0.220.4500.31
HSL270.75º33.9%53.73%-
HSV(B)270.75º45.2%69.41%-
XYZ22.6917.1343.7-
YUV118.38161.08142-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=33.50%
G=23.54%
B=42.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138971770.220.4500.31270.7533.953.73
Hex8A61B1162D01F10f2236
Octal21214126126550374174266
Binary1000101011000011011000110110101101011111100001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,177); }

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

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

 a { background-color: rgb(138,97,177); }

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

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

 span { border-color: rgb(138,97,177); }

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