#8B64B4

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

Shades of Ce Soir #8B64B4

Tints of Ce Soir #8B64B4

Color information

#8B64B4 (or 0x8B64B4) is unknown color: approx Ce Soir. HEX triplet: 8B, 64 and B4. RGB value is (139,100,180). Sum of RGB (Red+Green+Blue) = 139+100+180=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #8B64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64B4 is #749B4B. Grayscale: #787878. Windows color (decimal): -7641932 or 11822219. OLE color: 11822219.

HSL color Cylindrical-coordinate representation of color #8B64B4: hue angle of 269.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B64B4 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB139100180-
CMYK0.230.4400.29
HSL269.25º34.78%54.9%-
HSV(B)269.25º44.44%70.59%-
XYZ23.4417.945.4-
YUV120.78161.42141-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=33.17%
G=23.87%
B=42.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391001800.230.4400.29269.2534.7854.9
Hex8B64B4172C01D10d2337
Octal21314426427540354154367
Binary1000101111001001011010010111101100011101100001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,180); }

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

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

 a { background-color: rgb(139,100,180); }

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

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

 span { border-color: rgb(139,100,180); }

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