#8b63aa

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

Shades of Ce Soir #8B63AA

Tints of Ce Soir #8B63AA

Color information

#8B63AA (or 0x8B63AA) is unknown color: approx Ce Soir. HEX triplet: 8B, 63 and AA. RGB value is (139,99,170). Sum of RGB (Red+Green+Blue) = 139+99+170=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B63AA is #749C55. Grayscale: #767676. Windows color (decimal): -7642198 or 11166603. OLE color: 11166603.

HSL color Cylindrical-coordinate representation of color #8B63AA: hue angle of 273.8º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B63AA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13999170-
CMYK0.180.4200.33
HSL273.8º29.46%52.75%-
HSV(B)273.8º41.76%66.67%-
XYZ22.3717.3140.19-
YUV119.05156.75142.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=34.07%
G=24.26%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139991700.180.4200.33273.829.4652.75
Hex8B63AA122A0211121d35
Octal21314325222520414223565
Binary1000101111000111010101010010101010010000110001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b63aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,170); }

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

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

 a { background-color: rgb(139,99,170); }

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

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

 span { border-color: rgb(139,99,170); }

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