#9270AB

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

Shades of Ce Soir #9270AB

Tints of Ce Soir #9270AB

Color information

#9270AB (or 0x9270AB) is unknown color: approx Ce Soir. HEX triplet: 92, 70 and AB. RGB value is (146,112,171). Sum of RGB (Red+Green+Blue) = 146+112+171=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9270AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9270AB is #6D8F54. Grayscale: #808080. Windows color (decimal): -7180117 or 11235474. OLE color: 11235474.

HSL color Cylindrical-coordinate representation of color #9270AB: hue angle of 274.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9270AB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146112171-
CMYK0.150.3500.33
HSL274.58º25.99%55.49%-
HSV(B)274.58º34.5%67.06%-
XYZ2520.6441.19-
YUV128.89151.76140.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=34.03%
G=26.11%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461121710.150.3500.33274.5825.9955.49
Hex9270ABF230211131a37
Octal22216025317430414233267
Binary100100101110000101010111111100011010000110001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9270AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,112,171); }

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

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

 a { background-color: rgb(146,112,171); }

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

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

 span { border-color: rgb(146,112,171); }

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