#9462AB

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

Shades of Ce Soir #9462AB

Tints of Ce Soir #9462AB

Color information

#9462AB (or 0x9462AB) is unknown color: approx Ce Soir. HEX triplet: 94, 62 and AB. RGB value is (148,98,171). Sum of RGB (Red+Green+Blue) = 148+98+171=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9462AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9462AB is #6B9D54. Grayscale: #797979. Windows color (decimal): -7052629 or 11231892. OLE color: 11231892.

HSL color Cylindrical-coordinate representation of color #9462AB: hue angle of 281.1º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9462AB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14898171-
CMYK0.130.4300.33
HSL281.1º30.29%52.75%-
HSV(B)281.1º42.69%67.06%-
XYZ23.9317.9740.74-
YUV121.27156.06147.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=35.49%
G=23.50%
B=41.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148981710.130.4300.33281.130.2952.75
Hex9462ABD2B0211191e35
Octal22414225315530414313665
Binary100101001100010101010111101101011010000110001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9462AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9462AB; }

 p { color: rgb(148,98,171); }

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

<style>
 a { background-color: #9462AB; }

 a { background-color: rgb(148,98,171); }

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

<style>
 span { border-color: #9462AB; }

 span { border-color: rgb(148,98,171); }

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