#925FA5

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

Shades of Ce Soir #925FA5

Tints of Ce Soir #925FA5

Color information

#925FA5 (or 0x925FA5) is unknown color: approx Ce Soir. HEX triplet: 92, 5F and A5. RGB value is (146,95,165). Sum of RGB (Red+Green+Blue) = 146+95+165=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #925FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925FA5 is #6DA05A. Grayscale: #767676. Windows color (decimal): -7184475 or 10837906. OLE color: 10837906.

HSL color Cylindrical-coordinate representation of color #925FA5: hue angle of 283.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925FA5 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14695165-
CMYK0.120.4200.35
HSL283.71º28%50.98%-
HSV(B)283.71º42.42%64.71%-
XYZ22.7417.0137.68-
YUV118.23154.4147.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=35.96%
G=23.40%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146951650.120.4200.35283.712850.98
Hex925FA5C2A02311c1c33
Octal22213724514520434343463
Binary100100101011111101001011100101010010001110001110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925FA5; }

 p { color: rgb(146,95,165); }

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

<style>
 a { background-color: #925FA5; }

 a { background-color: rgb(146,95,165); }

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

<style>
 span { border-color: #925FA5; }

 span { border-color: rgb(146,95,165); }

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