#925CA6

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

Shades of Ce Soir #925CA6

Tints of Ce Soir #925CA6

Color information

#925CA6 (or 0x925CA6) is unknown color: approx Ce Soir. HEX triplet: 92, 5C and A6. RGB value is (146,92,166). Sum of RGB (Red+Green+Blue) = 146+92+166=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #925CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925CA6 is #6DA359. Grayscale: #747474. Windows color (decimal): -7185242 or 10902674. OLE color: 10902674.

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

Color convert

RGB14692166-
CMYK0.120.4500.35
HSL283.78º29.37%50.59%-
HSV(B)283.78º44.58%65.1%-
XYZ22.5616.5238.08-
YUV116.58155.89148.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=36.14%
G=22.77%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146921660.120.4500.35283.7829.3750.59
Hex925CA6C2D02311c1d33
Octal22213424614550434343563
Binary100100101011100101001101100101101010001110001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,166); }

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

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

 a { background-color: rgb(146,92,166); }

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

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

 span { border-color: rgb(146,92,166); }

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