#925FA2

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

Shades of Ce Soir #925FA2

Tints of Ce Soir #925FA2

Color information

#925FA2 (or 0x925FA2) is unknown color: approx Ce Soir. HEX triplet: 92, 5F and A2. RGB value is (146,95,162). Sum of RGB (Red+Green+Blue) = 146+95+162=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #925FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925FA2 is #6DA05D. Grayscale: #757575. Windows color (decimal): -7184478 or 10641298. OLE color: 10641298.

HSL color Cylindrical-coordinate representation of color #925FA2: hue angle of 285.67º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925FA2 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14695162-
CMYK0.100.4100.36
HSL285.67º26.48%50.39%-
HSV(B)285.67º41.36%63.53%-
XYZ22.4716.936.26-
YUV117.89152.9148.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.23%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=36.23%
G=23.57%
B=40.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146951620.100.4100.36285.6726.4850.39
Hex925FA2A2902411e1a32
Octal22213724212510444363262
Binary100100101011111101000101010101001010010010001111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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