#925EA8

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

Shades of Ce Soir #925EA8

Tints of Ce Soir #925EA8

Color information

#925EA8 (or 0x925EA8) is unknown color: approx Ce Soir. HEX triplet: 92, 5E and A8. RGB value is (146,94,168). Sum of RGB (Red+Green+Blue) = 146+94+168=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 168 - color contains mainly: blue. Hex color #925EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925EA8 is #6DA157. Grayscale: #757575. Windows color (decimal): -7184728 or 11034258. OLE color: 11034258.

HSL color Cylindrical-coordinate representation of color #925EA8: hue angle of 282.16º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925EA8 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14694168-
CMYK0.130.4400.34
HSL282.16º29.84%51.37%-
HSV(B)282.16º44.05%65.88%-
XYZ22.9216.9439.11-
YUV117.98156.23147.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 168 (66.02% from 255) = 41.18%
R=35.78%
G=23.04%
B=41.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal146941680.130.4400.34282.1629.8451.37
Hex925EA8D2C02211a1e33
Octal22213625015540424323663
Binary100100101011110101010001101101100010001010001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,94,168); }

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

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

 a { background-color: rgb(146,94,168); }

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

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

 span { border-color: rgb(146,94,168); }

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