#926EAF

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

Shades of Ce Soir #926EAF

Tints of Ce Soir #926EAF

Color information

#926EAF (or 0x926EAF) is unknown color: approx Ce Soir. HEX triplet: 92, 6E and AF. RGB value is (146,110,175). Sum of RGB (Red+Green+Blue) = 146+110+175=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #926EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926EAF is #6D9150. Grayscale: #7F7F7F. Windows color (decimal): -7180625 or 11497106. OLE color: 11497106.

HSL color Cylindrical-coordinate representation of color #926EAF: hue angle of 273.23º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926EAF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146110175-
CMYK0.170.3700.31
HSL273.23º28.89%55.88%-
HSV(B)273.23º37.14%68.63%-
XYZ25.1720.3643.16-
YUV128.17154.43140.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=33.87%
G=25.52%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461101750.170.3700.31273.2328.8955.88
Hex926EAF112501F1111d38
Octal22215625721450374213570
Binary100100101101110101011111000110010101111110001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926EAF; }

 p { color: rgb(146,110,175); }

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

<style>
 a { background-color: #926EAF; }

 a { background-color: rgb(146,110,175); }

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

<style>
 span { border-color: #926EAF; }

 span { border-color: rgb(146,110,175); }

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