#926AAF

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

Shades of Ce Soir #926AAF

Tints of Ce Soir #926AAF

Color information

#926AAF (or 0x926AAF) is unknown color: approx Ce Soir. HEX triplet: 92, 6A and AF. RGB value is (146,106,175). Sum of RGB (Red+Green+Blue) = 146+106+175=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #926AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926AAF is #6D9550. Grayscale: #7D7D7D. Windows color (decimal): -7181649 or 11496082. OLE color: 11496082.

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

Color convert

RGB146106175-
CMYK0.170.3900.31
HSL274.78º30.13%55.1%-
HSV(B)274.78º39.43%68.63%-
XYZ24.7519.5143.02-
YUV125.83155.75142.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=34.19%
G=24.82%
B=40.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461061750.170.3900.31274.7830.1355.1
Hex926AAF112701F1131e37
Octal22215225721470374233667
Binary100100101101010101011111000110011101111110001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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